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

This commit is contained in:
renovate[bot]
2025-04-03 19:50:10 +00:00
parent 92229d364e
commit e1eba45b98

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/create-github-app-token@v1 - uses: actions/create-github-app-token@v2
id: app-token id: app-token
with: with:
app-id: ${{ vars.CI_APP_ID }} app-id: ${{ vars.CI_APP_ID }}