Commit 395eadb
authored
chore(ci): bump GitHub Actions to Node 24 (#44)
## 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@8e8c483d…` (v6.0.1) → `df4cb1c0…` (v6.0.3)
- `actions/setup-node@395ad326…` (v6.1.0) → `48b55a01…` (v6.4.0)
- `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 fe61256 commit 395eadb
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| 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