Skip to content
Open
Show file tree
Hide file tree
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/actions/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
uses: DeterminateSystems/nix-installer-action@main

- name: Cache Nix store
uses: nix-community/cache-nix-action@v6
uses: nix-community/cache-nix-action@v7
with:
# Key on the lockfile + all Nix sources; restore the most recent
# arch-matching cache otherwise.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main

- name: Cache Nix store
uses: nix-community/cache-nix-action@v6
uses: nix-community/cache-nix-action@v7
with:
# Formatting/linting tools (treefmt, statix, …) come from the flake;
# key on the lockfile + Nix sources so the tool closure is reused.
Expand All @@ -62,7 +62,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main

- name: Cache Nix store
uses: nix-community/cache-nix-action@v6
uses: nix-community/cache-nix-action@v7
with:
# Same tool closure as the format job; key on the lockfile + Nix
# sources so it is reused across runs.
Expand Down