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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-16 21:14:42 +01:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 41087cebcf
commit cf521c2fdb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}
@@ -14,7 +14,7 @@ jobs:
steps:
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
git push -f -u origin tgs-dmapi-update
- name: Generate App Token
id: app-token-generation
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
if: env.APP_PRIVATE_KEY != '' && env.APP_ID != ''
with:
app-id: ${{ secrets.APP_ID }}