chore(deps): update actions/create-github-app-token action to v3 (#5174)

This commit is contained in:
DioEgizio 2026-03-17 05:16:08 +00:00 committed by GitHub
commit 90a3769d33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ vars.PULL_REQUEST_APP_ID }}
private-key: ${{ secrets.PULL_REQUEST_APP_PRIVATE_KEY }}

View file

@ -25,7 +25,7 @@ jobs:
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ vars.PULL_REQUEST_APP_ID }}
private-key: ${{ secrets.PULL_REQUEST_APP_PRIVATE_KEY }}