Commit 5a91b48
authored
General: Bump CI actions off the deprecated Node 20 runtime (#34)
GitHub is deprecating the Node 20 runtime and already force-runs these
two actions on Node 24, emitting a warning on every job that uses the
common-setup composite.
- android-actions/setup-android v3.2.2 -> v4.0.1 (v4.0.0 was the Node 24
migration). Inputs are unchanged and we pass none; the only behavioral
change is the default cmdline-tools version moving 11076708 -> 14742923
(20.0), which matches what recent AGP/compileSdk needs anyway.
- gradle/actions/wrapper-validation v4.4.4 -> v6.2.0 (Node 24 since v5).
Inputs are unchanged and we pass none. v6 split caching into the
proprietary gradle-actions-caching component, but wrapper-validation is
part of the MIT action runner and its dist bundle never loads it; this
repo caches via actions/setup-java's `cache: gradle`, not setup-gradle.
No other action in the repo targets Node 20. Verified against the same
job before and after: the warning annotation is present on the last main
run and absent on this one.1 parent 84c740f commit 5a91b48
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments