Commit 83ba5ad
committed
Build: update to GitHub Actions v5 to fix warnings, add Node.js 20
Fix GitHub Actions noise about "Node.js 20 actions are deprecated."
which is a pointless and confusing treadmill about internal primitives
like "checkout" and "setup-node" which are not simple shell scripts
but instead full containers that themselves utilize Node.js internally.
No user should have to care about this, and the warnings ideally either
would not exist, have a stable subset, or at the very least refer
to the action/v4 being deprecated instead of confusing details
about what those are internally made of.
Ref https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/1 parent bb9c280 commit 83ba5ad
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
30 | | - | |
| 28 | + | |
31 | 29 | | |
32 | | - | |
33 | | - | |
| 30 | + | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
0 commit comments