Bump actions/create-github-app-token from 2 to 3 (#196)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-01 14:40:22 -03:00
committed by GitHub
parent 5e82ae71af
commit 49e5e648d1

View File

@@ -30,7 +30,7 @@ jobs:
- name: Generate GitHub App token
id: app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}