Commit 75a9415
authored
chore(ci): bump GitHub Actions to Node 24 (#25)
## 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@v4.3.0` → `df4cb1c0…` (v6.0.3)
- `actions/setup-python@v5.6.0` → `a309ff8b…` (v6.2.0)
- `actions/upload-artifact@v4.6.2` → `043fb46d…` (v7.0.1)
## 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 d69708f commit 75a9415
2 files changed
Lines changed: 5 additions & 5 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 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments