Skip to content

Commit 17640c4

Browse files
committed
ci: bump checkout + setup-node to v5 (Node 24)
actions/checkout@v4 and setup-node@v4 run on the deprecated Node 20 runtime (removed from runners 2026-09-16). v5 runs on Node 24 — kills the deprecation annotation, no behavior change.
1 parent c34ace4 commit 17640c4

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
@@ -16,10 +16,10 @@ jobs:
1616
node-version: [18, 20, 22]
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Setup Node ${{ matrix.node-version }}
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

0 commit comments

Comments
 (0)