Commit 7a2a0a5
committed
ci: bump github actions to Node.js 24 compatible majors
GitHub will force Node 24 on Jun 2nd 2026 and drop Node 20 entirely on
Sep 16th 2026. Upgrade every JavaScript action in the workflow to the
latest major that ships Node 24:
actions/checkout v4 -> v6
actions/configure-pages v5 -> v6
actions/upload-pages-artifact v3 -> v5
actions/deploy-pages v4 -> v5
Also pin the markdown-link-check job's checkout to v6 instead of
@master, removing the upstream-can-rewrite-it risk noted earlier.1 parent de116f8 commit 7a2a0a5
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments