Skip to content

Upgrade GitHub Actions to Node 24#11

Merged
michaelw merged 1 commit into
mainfrom
mw/upgrade-actions-node24
May 22, 2026
Merged

Upgrade GitHub Actions to Node 24#11
michaelw merged 1 commit into
mainfrom
mw/upgrade-actions-node24

Conversation

@michaelw
Copy link
Copy Markdown
Owner

Summary

  • upgrade actions/checkout from v4 to v6
  • upgrade actions/setup-go from v5 to v6

Why

GitHub warns that Node.js 20 actions are deprecated and will be forced to Node.js 24 by default starting June 2, 2026.

Validation

  • rg -n "actions/(checkout@v4|setup-go@v5)" .github
  • rg -n "actions/(checkout|setup-go)@v6" .github/workflows/smoke.yaml

@michaelw michaelw merged commit 779faf1 into main May 22, 2026
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