From 2f1bee0c558c6b60dcf5038ba32dbd481d6e1ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 03:37:44 +0000 Subject: [PATCH] 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/bitbound-bot.yml | 2 +- .github/workflows/publish-github.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bitbound-bot.yml b/.github/workflows/bitbound-bot.yml index 7200bf0b..0373b0a1 100644 --- a/.github/workflows/bitbound-bot.yml +++ b/.github/workflows/bitbound-bot.yml @@ -34,7 +34,7 @@ jobs: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.BBB_APP_ID }} private-key: ${{ secrets.BBB_PRIVATE_KEY }} diff --git a/.github/workflows/publish-github.yml b/.github/workflows/publish-github.yml index d5a27238..71e529ae 100644 --- a/.github/workflows/publish-github.yml +++ b/.github/workflows/publish-github.yml @@ -59,7 +59,7 @@ jobs: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.BBB_APP_ID }} private-key: ${{ secrets.BBB_PRIVATE_KEY }}