File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
matrix : ${{ steps.set-matrix.outputs.matrix }}
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : nixbuild/nix-quick-install-action@v30
22
+ - uses : nixbuild/nix-quick-install-action@v32
23
23
- id : set-matrix
24
24
name : Generate Nix Matrix
25
25
run : |
37
37
matrix : ${{ fromJSON(needs.nix-matrix.outputs.matrix) }}
38
38
steps :
39
39
- uses : actions/checkout@v4
40
- - uses : nixbuild/nix-quick-install-action@v30
40
+ - uses : nixbuild/nix-quick-install-action@v32
41
41
- name : Restore and cache Nix store
42
42
uses : nix-community/cache-nix-action@v6
43
43
with :
51
51
fail-fast : false
52
52
steps :
53
53
- uses : actions/checkout@v4
54
- - uses : nixbuild/nix-quick-install-action@v30
54
+ - uses : nixbuild/nix-quick-install-action@v32
55
55
- name : Restore and cache Nix store
56
56
uses : nix-community/cache-nix-action@v6
57
57
with :
You can’t perform that action at this time.
0 commit comments