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

This commit is contained in:
renovate[bot] 2025-04-03 22:22:42 +00:00 committed by GitHub
parent e883e9f359
commit dc4cb8b9d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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