From fdf6e81a6994c9f2318e7d3b3d27c314c4871f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:41:10 +0000 Subject: [PATCH] ci(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/autofix-command.yml | 2 +- .github/workflows/lock-command.yml | 2 +- .github/workflows/poe-command.yml | 2 +- .github/workflows/slash-command-dispatch.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autofix-command.yml b/.github/workflows/autofix-command.yml index ab3a614..6dc9645 100644 --- a/.github/workflows/autofix-command.yml +++ b/.github/workflows/autofix-command.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Authenticate as GitHub App (if available) - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token continue-on-error: true with: diff --git a/.github/workflows/lock-command.yml b/.github/workflows/lock-command.yml index 5cb54cc..84ba439 100644 --- a/.github/workflows/lock-command.yml +++ b/.github/workflows/lock-command.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Authenticate as GitHub App (if available) - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token continue-on-error: true with: diff --git a/.github/workflows/poe-command.yml b/.github/workflows/poe-command.yml index a56e2d0..bd8ca55 100644 --- a/.github/workflows/poe-command.yml +++ b/.github/workflows/poe-command.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Authenticate as GitHub App (if available) - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token continue-on-error: true with: diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 0d0741b..2e86942 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Authenticate as GitHub App (if available) - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token continue-on-error: true with: