Commit 6a37c47
Upgrade GitHub Actions: checkout v3→v6, setup-java v3→v5, cache v3→v5
Node20 is EOL April 2026; runners switch to Node24 by default June 2, 2026.
As announced in this blog post:
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Action users must upgrade to latest versions before Node24 switchover
to avoid CI errors.
See the warnings on recent CI runs, such as
https://github.com/emichael/dslabs/actions/runs/23388642671/job/68039631981 (under
"Annotations").
We use the following actions. The new versions run on Node24 and
require Actions Runner v2.327.1+.
| Action | Before | After | Node runtime |
|-------------------|--------|-------|--------------|
| actions/checkout | v3 | v6 | Node24 |
| actions/setup-java| v3 | v5 | Node24 |
| actions/cache | v3 | v5 | Node24 |
READMEs:
- https://github.com/actions/checkout/blob/main/README.md
- https://github.com/actions/setup-java/blob/main/README.md
- https://github.com/actions/cache/blob/main/README.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5d68819 commit 6a37c47
2 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments