Skip to content

ci: bump checkout and setup-python to Node 24 runtimes - #89

Open
LiberiFatali wants to merge 2 commits into
FSoft-AI4Code:mainfrom
LiberiFatali:fix/node20-deprecation-ci
Open

ci: bump checkout and setup-python to Node 24 runtimes#89
LiberiFatali wants to merge 2 commits into
FSoft-AI4Code:mainfrom
LiberiFatali:fix/node20-deprecation-ci

Conversation

@LiberiFatali

Copy link
Copy Markdown
Contributor

Summary

The CI workflow runs on the deprecated Node 20 GitHub Actions runtime (Node 20 reaches EOL in April 2026). This PR upgrades the actions that ship with a Node 20 runtime to versions that use Node 24:

Action Old New Change
actions/checkout v4 (node20) v5 (node24) runtime upgrade only
actions/setup-python v5 (node20) v6 (node24) runtime upgrade, same inputs

No input/output changes; fetch-depth, python-version, and cache: pip are unchanged. Hosted runners support Node 24 (min runner v2.327.1+), so no runner changes are needed.

Related

Node 20 is deprecated on GitHub Actions runners. Upgrade
actions/checkout to v5 and actions/setup-python to v6, both
of which run on the Node 24 runtime.
@LiberiFatali

Copy link
Copy Markdown
Contributor Author

Thank you for checking this @anhnh2002

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