Skip to content

Commit 5b57458

Browse files
authored
ci: move publish onto checkout@v7 and setup-node@v7 (#2)
The runner already reports v4 of both as Node 20 and force-runs them on 24. Matching moshcode's pins takes the warning away before the forced migration becomes a hard failure, and there is no behaviour here that depends on the older versions.
1 parent 8b4cd47 commit 5b57458

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 15
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v7
4040

41-
- uses: actions/setup-node@v4
41+
- uses: actions/setup-node@v7
4242
with:
4343
node-version: 24
4444
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)