Skip to content

Commit 381757e

Browse files
jsollyclaude
andauthored
ci: bump checkout@v7 + setup-node@v6 off Node-20-deprecated pins (#5)
actions/checkout@v4 and actions/setup-node@v4 run on the deprecated Node 20 runtime (GitHub forces Node 24 with a warning). Bump to the latest majors, both Node-24 native. Changelog-checked: checkout v7 only changes fork-checkout behavior for pull_request_target/workflow_run (this workflow uses pull_request + push — unaffected); setup-node v6 limits auto-caching to npm (cache: npm already set explicitly — unaffected). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b1071e7 commit 381757e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
name: ci
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-node@v4
17+
- uses: actions/checkout@v7
18+
- uses: actions/setup-node@v6
1919
with:
2020
node-version-file: .nvmrc
2121
cache: npm

0 commit comments

Comments
 (0)