Skip to content

Commit 3a657ac

Browse files
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

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out repository code
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1212

1313
release-sbom:
1414
needs: lint-and-test

0 commit comments

Comments
 (0)