Commit 91028c6
committed
ci: bump checkout and setup-node to v6 for Node 24
GitHub deprecated actions running on Node.js 20. The release workflow
emitted a warning because actions/checkout@v4 and actions/setup-node@v4
still run on Node.js 20, which is forced to Node.js 24 by default from
June 16th, 2026 and removed from runners on September 16th, 2026.
Bump both to v6, since v5 onward already runs on Node.js 24, which
clears the deprecation warning. oven-sh/setup-bun@v2 is already the
latest major and was not flagged, so it stays unchanged.
Signed-off-by: Kevin Cui <bh@bugs.cc>1 parent cd84cb5 commit 91028c6
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments