Skip to content

Commit d3173b8

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nix.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install Nix
2929
id: install_nix
30-
uses: nixbuild/nix-quick-install-action@v28
30+
uses: nixbuild/nix-quick-install-action@v30
3131

3232
- name: Check Nix Flake
3333
id: check
@@ -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)