Commit 13978b9
Upgrade GitHub Actions to resolve Node.js 20 deprecation warnings (#179)
* Upgrade GitHub Actions to resolve Node.js 20 deprecation warnings
- actions/checkout v4 → v6
- olafurpg/setup-scala v10 → v14
- coursier/cache-action v6 → v8
- actions/checkout@master → v6 in vuepress-deploy.yml
Closes #178
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Migrate olafurpg/setup-scala to coursier/setup-action
olafurpg/setup-scala is deprecated and stuck on Node.js 16.
Replace with coursier/setup-action@v2, its recommended successor.
Input changes:
- java-version: openjdk@1.17 → jvm: adoptium:17
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Add sbt to coursier/setup-action apps
coursier/setup-action only installs sbtn by default, not sbt.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Upgrade coursier/setup-action v2 → v3 (Node.js 24)
v3.0.0 upgrades the Node.js runtime from 20 to 24.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dbbd592 commit 13978b9
2 files changed
Lines changed: 17 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
| 43 | + | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | | - | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | | - | |
| 62 | + | |
60 | 63 | | |
61 | | - | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | | - | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments