From c1554ba2bd2770c57fe0eb8d1b304684cdcc9aa2 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 18 Apr 2026 10:09:00 -0400 Subject: [PATCH] ci(nightly): upgrade create-github-app-token to v3.1.1 v2.2.2 runs on Node.js 20, which GitHub is forcing to Node.js 24 on June 2, 2026 and removing entirely on September 16, 2026. Bump to v3.1.1 which runs on Node.js 24. The `app-id`/`private-key` inputs we use are unchanged (`app-id` is deprecated in favor of `client-id`, but still accepted). --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fb4f8d4d5..2e9c8edcc 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Mint GitHub App token id: app-token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: app-id: ${{ vars.FABRO_RELEASES_APP_ID }} private-key: ${{ secrets.FABRO_RELEASES_APP_PRIVATE_KEY }}