From e12ca037bf0ff5faa93179270ef7c012f8e9ecdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 18:29:47 +0200 Subject: [PATCH] chore(deps): bump tibdex/github-app-token from 1 to 2 (#8429) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/backport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index b28fb775c9a..3b96dbbd1f8 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.POETRY_TOKEN_APP_ID }} private_key: ${{ secrets.POETRY_TOKEN_APP_KEY }}