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).
This commit is contained in:
Bryan Helmkamp 2026-04-18 10:09:00 -04:00
parent b0349e9873
commit c1554ba2bd
No known key found for this signature in database

View file

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