Commit f026cdf 1 parent c11c4de commit f026cdf Copy full SHA for f026cdf
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
runs-on : ${{ matrix.os }}
28
28
steps :
29
29
- uses : actions/checkout@v4
30
- - uses : cachix/install-nix-action@V28
30
+ - uses : cachix/install-nix-action@v29
31
31
with :
32
32
extra_nix_config : |
33
33
accept-flake-config = true
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - uses : cachix/install-nix-action@V28
20
+ - uses : cachix/install-nix-action@v29
21
21
with :
22
22
extra_nix_config : |
23
23
accept-flake-config = true
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- uses : actions/checkout@v4
37
- - uses : cachix/install-nix-action@V28
37
+ - uses : cachix/install-nix-action@v29
38
38
with :
39
39
extra_nix_config : |
40
40
accept-flake-config = true
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- uses : actions/checkout@v4
54
- - uses : cachix/install-nix-action@V28
54
+ - uses : cachix/install-nix-action@v29
55
55
with :
56
56
extra_nix_config : |
57
57
accept-flake-config = true
79
79
runs-on : ubuntu-latest
80
80
steps :
81
81
- uses : actions/checkout@v4
82
- - uses : cachix/install-nix-action@V28
82
+ - uses : cachix/install-nix-action@v29
83
83
with :
84
84
extra_nix_config : |
85
85
accept-flake-config = true
You can’t perform that action at this time.
0 commit comments