Skip to content

Commit abaf3fa

Browse files
zephyrieclaude
andcommitted
ci: bump checkout and setup-node actions to v5
GitHub forces action runtimes to Node 24 on 2026-06-16; the v4 actions pin Node 20 and warn in current runs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 3fc2b5b commit abaf3fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
persist-credentials: false
22-
- uses: actions/setup-node@v4
22+
- uses: actions/setup-node@v5
2323
with:
2424
node-version: 20
2525
cache: npm

0 commit comments

Comments
 (0)