Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup-rust-kache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ runs:
components: ${{ inputs.components }}
targets: ${{ inputs.targets }}

# Pinned exactly. The private fleet and hosted CI share the 0.13.0 S3
# Pinned exactly. The private fleet and hosted CI share the 0.15.1 S3
# object layout and daemon protocol. Floating this version could split cache
# epochs or layouts without an obvious workflow failure. Bump deliberately,
# never via tag drift.
- name: Install kache
if: inputs.enable-cache == 'true' && runner.os == 'Linux'
shell: bash
env:
KACHE_VERSION: "0.13.0"
KACHE_VERSION: "0.15.1"
run: |
set -euo pipefail
# Reuse any already-installed binary at the pinned version. Persistent
Expand Down
Loading