Skip to content

ci: upgrade actions/setup-python from v5 to v6 - #6

Merged
1neilkou merged 1 commit into
mainfrom
fix/upgrade-setup-python-v6
Jun 23, 2026
Merged

ci: upgrade actions/setup-python from v5 to v6#6
1neilkou merged 1 commit into
mainfrom
fix/upgrade-setup-python-v6

Conversation

@1neilkou

Copy link
Copy Markdown
Owner

Changes

2 files changed, 2 lines total. No src/, no pyproject.toml, no uv.lock.

File Change
.github/workflows/integration-tests.yml setup-python@v5setup-python@v6
.github/workflows/unit-tests.yml setup-python@v5setup-python@v6

Why

actions/setup-python@v5 still runs on Node.js 20, which GitHub Actions has deprecated and forces onto Node.js 24 with a warning:

Node.js 20 is deprecated. The following actions target Node.js 20 but are
being forced to run on Node.js 24: actions/setup-python@v5

v6 natively targets Node.js 24 and eliminates the warning.


Generated by Claude Code

v5 still uses Node.js 20 which is deprecated on GitHub Actions runners.
v6 uses Node.js 24 natively and resolves the deprecation warning.

https://claude.ai/code/session_013oWykq7fEdCyUKgGFbeXpt
@1neilkou 1neilkou closed this Jun 23, 2026
@1neilkou
1neilkou merged commit bf577d6 into main Jun 23, 2026
2 checks passed
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.

2 participants