Skip to content

Commit 2234249

Browse files
authored
Merge pull request #35 from DeterminateSystems/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 2695790 + b637f6e commit 2234249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: DeterminateSystems/magic-nix-cache-action@main
1818
- name: Cache lint store
1919
id: lint-store
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
with:
2222
path: ~/.ci-store
2323
key: lint-store-${{ hashFiles('**/Cargo.lock', '**/flake.lock') }}-v1

0 commit comments

Comments
 (0)