Skip to content

Commit a9e9fdb

Browse files
authored
chore(ci): bump GitHub Actions to Node 24 (#7)
## 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` → `df4cb1c0…` (v6.0.3) - `actions/setup-go@v5` → `4a360112…` (v6.4.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 9088c46 commit a9e9fdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline-common-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
env:
1010
APP_ENV: qa
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1313

14-
- uses: actions/setup-go@v5
14+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1515
with:
1616
go-version: "1.24"
1717

0 commit comments

Comments
 (0)