ci(bot): bump create-github-app-token to v2

This commit is contained in:
Christian Clason 2025-04-06 11:21:52 +02:00 committed by Christian Clason
parent 523a9e1489
commit e5c8398e44
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
with:
ref: master
- uses: actions/create-github-app-token@v1
- uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ vars.TOKEN_ID }}

View file

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