chore(deps): update actions/create-github-app-token action to v3 (#1593)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-27 12:12:58 +02:00
committed by GitHub
parent c5aa81d971
commit 1c722899a1

View File

@@ -59,7 +59,7 @@ jobs:
if: github.repository_owner == 'discordjs' && github.event_name != 'push'
steps:
- uses: actions/create-github-app-token@v2
- uses: actions/create-github-app-token@v3
id: app-token
with:
app-id: ${{ vars.DISCORDJS_APP_ID }}
@@ -122,7 +122,7 @@ jobs:
if: github.repository_owner == 'discordjs' && github.event_name == 'push' && startsWith(github.event.head_commit.message, 'chore(release)') && !contains(github.event.head_commit.message, '[skip ci]')
steps:
- uses: actions/create-github-app-token@v2
- uses: actions/create-github-app-token@v3
id: app-token
with:
app-id: ${{ vars.DISCORDJS_APP_ID }}