Skip to content

Commit 533d33c

Browse files
Update nix-community/cache-nix-action action to v6
1 parent 473d23e commit 533d33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-nix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
uses: nixbuild/nix-quick-install-action@v29
88

99
- name: Restore and cache Nix store
10-
uses: nix-community/cache-nix-action@v5
10+
uses: nix-community/cache-nix-action@v6
1111
with:
1212
primary-key: cache-${{ runner.os }}-nix-store-${{ hashFiles('**/*.nix') }}
1313
restore-prefixes-first-match: cache-${{ runner.os }}-nix-store-

0 commit comments

Comments
 (0)