Skip to content

Bump GitHub Actions to Node 24-compatible versions#128

Merged
kwilcox merged 1 commit into
masterfrom
node24-action-bumps
Jun 11, 2026
Merged

Bump GitHub Actions to Node 24-compatible versions#128
kwilcox merged 1 commit into
masterfrom
node24-action-bumps

Conversation

@kwilcox

@kwilcox kwilcox commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

GitHub Actions runners switch their default Node runtime from Node 20 to
Node 24 on June 16, 2026 (changelog).
This bumps the actions that were pinned to Node 20–era versions so CI keeps
working after the switch.

Action Before After
actions/checkout v4 v6
actions/setup-python v5 v6

CI maintenance only — no application or runtime code changes.

Closes #127

@kwilcox kwilcox merged commit 310becf into master Jun 11, 2026
5 checks passed
@kwilcox kwilcox deleted the node24-action-bumps branch June 11, 2026 01:22
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.

Update GitHub Actions to Node 24-compatible versions

2 participants