Commit 5e9c69c
committed
Build: update to GitHub Actions v5 to fix warnings
* 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.
* Remove lock file
Ref https://timotijhof.net/posts/2024/lockfiles-for-apps-not-packages-still/
Ref https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/1 parent 8826972 commit 5e9c69c
2 files changed
Lines changed: 4 additions & 10919 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | | - | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | | - | |
41 | | - | |
| 38 | + | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
0 commit comments