Skip to content

Commit 4966776

Browse files
tbjersclaude
andcommitted
Upgrade GitHub Actions to Node.js 24 compatible versions
actions/checkout v4 → v7.0.0 (9c091bb) actions/setup-node v4 → v6.4.0 (48b55a0) Both pinned to commit SHA to suppress the "Node.js 20 is deprecated" warning introduced when GitHub forced actions onto Node.js 24. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 33d8f93 commit 4966776

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/action-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1717

1818
# Run the Action runner's own unit tests.
1919
# vitest --coverage emits coverage/coverage-summary.json (Istanbul json-summary format),

.github/workflows/deploy-dashboard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}
2222
url: ${{ steps.deploy.outputs.deployment-url }}
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2525

26-
- uses: actions/setup-node@v4
26+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
2828
node-version: '20'
2929
cache: npm

0 commit comments

Comments
 (0)