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 }}