chore(ci): upgrade checkout and setup-python to v6#1
Open
dominicci13 wants to merge 1 commit into
Open
Conversation
actions/checkout and actions/setup-python are upgraded from v4/v5 to v6 (Node 24-based) ahead of the June 16, 2026 deadline when Node 20-based action versions are deprecated on GitHub Actions. windows-latest was checked against the June 15, 2026 migration to VS2026: the workflow runs only Python tooling (pip, pytest) with no Visual Studio dependency, so no pinning is needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/checkoutfrom@v4→@v6actions/setup-pythonfrom@v5→@v6Both v6 releases use Node 24 internally. Node 20-based action versions are deprecated on GitHub Actions effective June 16, 2026.
windows-latest migration (June 15, 2026)
windows-latestwill migrate to Visual Studio 2026 (within thewindows-2025image) between June 8–15, 2026. This workflow was reviewed and is compatible — it runs only Python tooling (pip install,pytest, a bareimportcheck) with no dependency on the Visual Studio toolchain. Thewindows-latestlabel has been left as-is; no explicit image pin is required.Changes
Only
.github/workflows/install.ymlis modified. The existingpython -m pip install -e ".[dev]"invocation is unchanged.Test plan
Generated by Claude Code