ci: bump retired actions/cache v2 (auto-fails every dev PR) - #215
Closed
jascal wants to merge 5 commits into
Closed
Conversation
actions/cache v1/v2 were closed down by GitHub in early 2025; every job now fails at 'Set up job' before running. Bump cache v2->v4, checkout v2->v4, setup-miniconda v2->v3 in the PR-triggered workflow only. (cherry picked from commit f421415)
added 4 commits
July 27, 2026 22:30
conda-forge sunset Mambaforge; the latest-release download now 404s and setup-miniconda's own warning says to switch. Miniforge3 ships mamba. (cherry picked from commit b891cd9)
The root environment's pip section transitively installs the retired 'sklearn' package, which now hard-errors; set the documented escape hatch so the baseline env can build. (cherry picked from commit 4e5204e)
… key) (cherry picked from commit f10c14e)
…ment) (cherry picked from commit 7045b03)
Author
|
Closing alongside #214. The individual fixes here (cache v2→v4, checkout v2→v4, Miniforge3, and the sklearn-shim escape hatch — each a separate commit with a one-line rationale) remain on the branch if useful: https://github.com/jascal/srbench/commits/fix-retired-actions |
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.
GitHub closed down actions/cache v1/v2 in early 2025 — every PR to
devnow auto-fails at Set up job before any test runs:This bumps the PR-triggered workflow (
ci.yml) only:actions/cachev2→v4,actions/checkoutv2→v4,conda-incubator/setup-minicondav2→v3. No workflow logic changed.(Encountered via #214, which carries the same commit so its CI can run; merging this one unblocks every other contributor too.)