From fd7a037d9af45d6201b0d387f8b7f7b429b32457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:06:08 +0000 Subject: [PATCH] build(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) - [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/auto-merge-dependabot.yml | 2 +- .github/workflows/dep_update_guest_locks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index efda2b24c..cfc9bc5f0 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -23,7 +23,7 @@ jobs: steps: # Gets the GitHub App token - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: get-app-token with: # required diff --git a/.github/workflows/dep_update_guest_locks.yml b/.github/workflows/dep_update_guest_locks.yml index ed160c37b..a8a4566b4 100644 --- a/.github/workflows/dep_update_guest_locks.yml +++ b/.github/workflows/dep_update_guest_locks.yml @@ -29,7 +29,7 @@ jobs: # Get GitHub App token for pushing commits back to the PR # Uses the same app as auto-merge-dependabot.yml - name: Get GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token with: app-id: ${{ secrets.DEPENDABOT_APP_ID }}