Skip to content

Commit c933685

Browse files
committed
Bump actions to fix the caching
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
1 parent a61ba68 commit c933685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666

6767
- name: Install Nix
6868
id: install_nix
69-
uses: nixbuild/nix-quick-install-action@v28
69+
uses: nixbuild/nix-quick-install-action@v30
7070

7171
- name: Restore and cache Nix store ${{ matrix.target }}
72-
uses: nix-community/cache-nix-action@v5
72+
uses: nix-community/cache-nix-action@v6
7373
with:
7474
# restore and save a cache using this key
7575
primary-key: ${{ runner.os }}-Nix-${{ matrix.target }}-${{ hashFiles('flake.*', 'nix/common/*.nix', 'nix/modules/**.nix', format('nix/hosts/{0}/*.nix', matrix.target)) }}

0 commit comments

Comments
 (0)