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

This commit is contained in:
renovate[bot] 2026-03-14 00:52:59 +00:00 committed by GitHub
parent 14da23b06f
commit ec874f7f21
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 }}