We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2695790 + b637f6e commit 2234249Copy full SHA for 2234249
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: DeterminateSystems/magic-nix-cache-action@main
18
- name: Cache lint store
19
id: lint-store
20
- uses: actions/cache@v3
+ uses: actions/cache@v4
21
with:
22
path: ~/.ci-store
23
key: lint-store-${{ hashFiles('**/Cargo.lock', '**/flake.lock') }}-v1
0 commit comments