ci: 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-16 01:52:24 +00:00 committed by Matthieu Coudron
parent ca53f083db
commit 57d5560ee9
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create GitHub App token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
if: vars.CI_APP_ID
id: app-token
with:

View file

@ -16,7 +16,7 @@ jobs:
github.event.pull_request.state == 'open'
steps:
- name: Create GitHub App token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
if: vars.CI_APP_ID
id: app-token
with:

View file

@ -14,7 +14,7 @@ jobs:
branch: [master, release-25.11]
steps:
- name: Create GitHub App token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
if: vars.CI_APP_ID
id: app-token
with:

View file

@ -27,7 +27,7 @@ jobs:
pr_branch: update/maintainers-${{ github.ref_name }}
steps:
- name: Create GitHub App token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
if: vars.CI_APP_ID
id: app-token
with: