Skip to content

Update CI actions for Node 20 deprecation (checkout@v4, setup-python@v5)#80

Merged
jeremymanning merged 1 commit into
masterfrom
update-ci-actions
Jun 11, 2026
Merged

Update CI actions for Node 20 deprecation (checkout@v4, setup-python@v5)#80
jeremymanning merged 1 commit into
masterfrom
update-ci-actions

Conversation

@jeremymanning

Copy link
Copy Markdown
Member

Summary

Bumps actions/checkout@v2@v4 and actions/setup-python@v2@v5 in the autocheck workflow.

The post-merge CI run for PR #79 emitted this warning:

Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-python@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026.

That deadline is 5 days away, so updating now keeps autocheck green. Also quotes the python-version value ('3.9') per YAML best practice.

🤖 Generated with Claude Code

…tion)

GitHub forces Node.js 24 on June 16, 2026; checkout@v2 and setup-python@v2
run on Node 20 and would break the autocheck workflow.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jeremymanning
jeremymanning merged commit b339d2a into master Jun 11, 2026
1 check passed
@jeremymanning
jeremymanning deleted the update-ci-actions branch June 11, 2026 11:52
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