From 3fb70662cc890f643c132ba59818e0bdf3a4984c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:09:45 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.2.1 to 3.0.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backbot.yml b/.github/workflows/backbot.yml index f617dd30e..453daac14 100644 --- a/.github/workflows/backbot.yml +++ b/.github/workflows/backbot.yml @@ -24,7 +24,7 @@ jobs: # GitHub doesn't allow to alter any file within the .github/workflows directory using the default GITHUB_TOKEN. # This action will create a token with the permissions defined below and is valid only for 1 hour, but if the # job completes before that 1 hour limit, the token will automatically be revoked. - uses: actions/create-github-app-token@v2.2.1 + uses: actions/create-github-app-token@v3.0.0 id: backbot-token with: app-id: ${{ secrets.BACKBOT_APP_ID }}