Skip to content

ci: bump actions/checkout and actions/setup-node to v6#6

Merged
avikalpg merged 1 commit into
masterfrom
nia/bump-action-versions
Jun 6, 2026
Merged

ci: bump actions/checkout and actions/setup-node to v6#6
avikalpg merged 1 commit into
masterfrom
nia/bump-action-versions

Conversation

@avikalpg

@avikalpg avikalpg commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

Bump both GitHub Actions from v4 → v6 (current latest).

Why

  • v4 of both actions ships with a Node 20 binary runner
  • GitHub is deprecating Node 20 action runners and forcing Node 24 on June 16 2026
  • v6 ships with Node 24 support natively — no deprecation warnings, no forced cutover surprise

What changed

  • .github/workflows/deploy.yml: checkout@v4 → v6, setup-node@v4 → v6
  • .github/workflows/test.yml: same

No functional changes.

v4 of both actions runs on the Node 20 runner binary, which GitHub is
deprecating and forcing to Node 24 on June 16 2026. v6 is the current
release for both and ships with Node 24 support natively.
@avikalpg avikalpg merged commit 8b2835e into master Jun 6, 2026
1 check passed
@avikalpg avikalpg deleted the nia/bump-action-versions branch June 6, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant