ci: update actions/checkout, setup-python, and cache to current majors - #958
Open
katsugtgz wants to merge 1 commit into
Open
ci: update actions/checkout, setup-python, and cache to current majors#958katsugtgz wants to merge 1 commit into
katsugtgz wants to merge 1 commit into
Conversation
katsugtgz
requested review from
alreadytaikeune,
mmoussallam and
romi1502
as code owners
August 25, 2026 05:47
Author
|
The workflow runs on this PR are waiting for maintainer approval (first run from this fork). Nothing needed from my side; the checks will start once approved. |
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.
Updates the CI workflows to current GitHub-maintained action versions.
Changes:
actions/checkout@v2->actions/checkout@v7actions/setup-python@v2->actions/setup-python@v7actions/cache@v1/v2->actions/cache@v6Validation:
setup-pythonv7 dropspip-install; these workflows do not use it)setup-pythonv7 still supportsNote:
conda.yml,docker.yml, andpypi.ymlrun onworkflow_dispatchonly, so those bumps take effect on the next manual run.Scope:
.github/workflows/only.Commit author katsugtgz, unsigned.