Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

chore(ci): bump GitHub Actions off Node 20 runtimes - #17

Open
clo-ciq wants to merge 1 commit into
mainfrom
chore/node20-eol-actions-bump-2026-05
Open

chore(ci): bump GitHub Actions off Node 20 runtimes#17
clo-ciq wants to merge 1 commit into
mainfrom
chore/node20-eol-actions-bump-2026-05

Conversation

@clo-ciq

@clo-ciq clo-ciq commented May 8, 2026

Copy link
Copy Markdown

Summary

Node 20 reached EOL on 2026-04-30. This PR bumps GitHub Actions to current stable releases, pinned by full commit SHA with the target tag in a trailing comment.

Changes

Action Before After
actions/checkout v4 v6.0.2
actions/setup-go v5 v6.4.0

Files touched: 1 workflow file(s), 2 line change(s).

Test plan

  • Existing CI runs on this PR and stays green.
  • If this repo's workflows aren't PR-triggered, dispatch them manually after merge or via workflow_dispatch.

Part of an org-wide bulk update across ~135 ctrliq repos to escape Node 20 EOL.

Node 20 reached EOL on 2026-04-30. Pin all first- and third-party
GitHub Actions to current stable releases by full commit SHA, with the
target tag in a trailing comment.

Updated:
  - actions/checkout: v4 -> v6.0.2
  - actions/setup-go: v5 -> v6.4.0
Copilot AI review requested due to automatic review settings May 8, 2026 21:02

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CI workflow to use newer, SHA-pinned versions of core GitHub Actions in response to Node 20 reaching EOL, keeping the Go test job running on supported action runtimes.

Changes:

  • Bump actions/checkout from v4 to v6.0.2 (pinned by commit SHA).
  • Bump actions/setup-go from v5 to v6.4.0 (pinned by commit SHA).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +14 to +16
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants