Commit 3a657ac
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@v3` -> `df4cb1c0...` (v6.0.3)
## 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 7895fed commit 3a657ac
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments