From 6607d28c7920c89297a4e128950dbfbdb92a94b3 Mon Sep 17 00:00:00 2001 From: Martin Klein <36695017+flitzrrr@users.noreply.github.com> Date: Sat, 23 May 2026 12:05:27 +0200 Subject: [PATCH] chore(ci): bump create-github-app-token from v1 to v3 v1 is two major versions behind. v3.2.0 (released 2026-05-12) adds handling for the X-GitHub-Stateless-S2S-Token header that GitHub introduced for the upcoming installation-token format rollout: https://github.blog/changelog/2026-05-15-github-app-installation-tokens-per-request-override-header/ Floating @v3 picks up the v3.x line so future patch/minor releases arrive automatically. --- .github/workflows/warden.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/warden.yml b/.github/workflows/warden.yml index c61f8f6..c82e67e 100644 --- a/.github/workflows/warden.yml +++ b/.github/workflows/warden.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.WARDEN_APP_ID }}