Skip to content

chore: bump checkout/setup-python for Node 24 runtime#55

Merged
negillett merged 1 commit into
mainfrom
chore-bump-actions-node24
May 29, 2026
Merged

chore: bump checkout/setup-python for Node 24 runtime#55
negillett merged 1 commit into
mainfrom
chore-bump-actions-node24

Conversation

@negillett
Copy link
Copy Markdown
Owner

Summary

GitHub forces Actions onto Node 24 starting June 2, 2026; the current actions/checkout@v4 + actions/setup-python@v5 emit deprecation warnings on every run.

  • Bump all workflows to actions/checkout@v6 and actions/setup-python@v6 (both run natively on Node 24).
  • No logic changes.

Test plan

  • actionlint clean on all workflows
  • pytest -q tests/test_workflows.py

GitHub forces Node 24 on Actions from June 2, 2026. Move all
workflows to actions/checkout@v6 and actions/setup-python@v6,
which run natively on Node 24, clearing the deprecation warnings.
@negillett negillett merged commit 99d162c into main May 29, 2026
1 check passed
@negillett negillett deleted the chore-bump-actions-node24 branch May 29, 2026 14:41
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