From 1c722899a1b5ac10c35b970ff6fc92475fc1b890 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:12:58 +0200 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 (#1593) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-flows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-flows.yml b/.github/workflows/release-flows.yml index d6d1dfa9..4c4b27ce 100644 --- a/.github/workflows/release-flows.yml +++ b/.github/workflows/release-flows.yml @@ -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 }}