Skip to content

ci: upgrade actions/checkout to v4 and actions/setup-python to v5#26

Open
andife wants to merge 1 commit into
interpretml:masterfrom
andife:upgrade-github-actions
Open

ci: upgrade actions/checkout to v4 and actions/setup-python to v5#26
andife wants to merge 1 commit into
interpretml:masterfrom
andife:upgrade-github-actions

Conversation

@andife

@andife andife commented Jun 17, 2026

Copy link
Copy Markdown

Both actions/checkout and actions/setup-python are pinned to v2, which runs on the deprecated Node 16 runner. GitHub is phasing out Node 16 support in hosted runners.

This upgrades both to their current major versions:

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

No behavioural changes — just runner modernisation.

v2 of both actions is outdated and uses deprecated Node 16 runners
which GitHub will phase out. v4/v5 use Node 20.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant