From 66db7566b57cefc3083eb5c0e1a3d17ad9ebeb38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:05:58 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 2 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-classicy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-classicy.yml b/.github/workflows/bump-classicy.yml index ff0e78c7..d0ec456c 100644 --- a/.github/workflows/bump-classicy.yml +++ b/.github/workflows/bump-classicy.yml @@ -57,7 +57,7 @@ jobs: # the PR trigger the required status checks — GITHUB_TOKEN would not. - name: Mint bump token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.RT911_DISPATCH_APP_ID }} private-key: ${{ secrets.RT911_DISPATCH_APP_PRIVATE_KEY }}