Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/public-microbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Cache cloned public subjects keyed by the manifest's frozen SHAs, so a re-run is offline.
- name: Cache frozen subject checkouts
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: .bench/public-work/checkouts
key: public-microbench-checkouts-${{ hashFiles('bench/public/manifest.v1.yaml') }}
Expand Down