From f9506e379c661a78ede7a8c89969354b4d9e2b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:30:30 +0000 Subject: [PATCH] Bump tibdex/github-app-token from 1 to 2 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1 to 2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index e57200bf00..481f5598b0 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -28,7 +28,7 @@ jobs: echo "$PR_TITLE" >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV - - uses: tibdex/github-app-token@v1 + - uses: tibdex/github-app-token@v2 id: generate-token if: | startsWith(github.ref, 'refs/heads/releases/') && !contains(github.ref, 'test')