Commit d5006bc
authored
chore(ci): bump GitHub Actions to Node 24 (#30)
## Summary
Bulk SHA-pin update of GitHub Actions to their latest Node-24-compatible
release. Pre-emptive migration ahead of GitHub Actions runner Node 20
removal in Fall 2026.
## Actions bumped
- `actions/checkout@v2` -> `df4cb1c0...` (v6.0.3)
- `EndBug/add-and-commit@v4` -> `290ea2c4...` (v10.0.0)
## Verification
Every emitted SHA was verified via `gh api
/repos/<owner>/<repo>/commits/<sha>` before commit.
## Background
Node 20 is being removed from GitHub Actions runners in Fall 2026 (see
[GitHub
changelog](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/)).
This PR pre-emptively bumps every pinned third-party action to its first
Node-24-compatible release so the workflows keep running on the new
runner default.1 parent bd3f79e commit d5006bc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments