Merge pull request #925 from Mic92/dependabot/github_actions/actions/create-github-app-token-3
Some checks failed
Test / tests (push) Has been cancelled

Bump actions/create-github-app-token from 2 to 3
This commit is contained in:
github-actions[bot] 2026-03-16 22:04:03 +00:00 committed by GitHub
commit 8237de83e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/create-github-app-token@v2
- uses: actions/create-github-app-token@v3
id: app-token
with:
app-id: ${{ vars.CI_APP_ID }}

View file

@ -15,7 +15,7 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: actions/create-github-app-token@v2
- uses: actions/create-github-app-token@v3
id: app-token
with:
app-id: ${{ vars.CI_APP_ID }}