ci: pin Kache v0.15.1 - #589
Open
jmagar wants to merge 1 commit into
Open
Conversation
kache 0.15.1 is the current fleet version: the mise global pin is github:kunobi-ninja/kache = "0.15.1", the host binary reports 0.15.1, and upstream v0.15.1 was released 2026-08-24. Bumping the CI pin to match keeps the private fleet and hosted CI on one S3 object layout and daemon protocol. A mixed fleet splits cache epochs without an obvious workflow failure, so this lands across all repos together. Version-only change; no other edits to the action.
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.
Bumps the pinned
KACHE_VERSIONinsetup-rust-kacheto 0.15.1.kache 0.15.1 is the current fleet version — the mise global pin is
github:kunobi-ninja/kache = "0.15.1", the host binary reports 0.15.1, and upstream v0.15.1 was released 2026-08-24.The action's own comment is why this lands fleet-wide at once: the private fleet and hosted CI must share one S3 object layout and daemon protocol, and a mixed fleet splits cache epochs without an obvious workflow failure. Companion PRs go up in the other Rust repos using this action.
Version-only change — the comment line and the
KACHE_VERSIONenv var. No other edits.