Commit 01117f4 1 parent 9a172e8 commit 01117f4 Copy full SHA for 01117f4
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
runs-on : ${{ matrix.os }}
31
31
steps :
32
32
- uses : actions/checkout@v4
33
- - uses : cachix/install-nix-action@v30
33
+ - uses : cachix/install-nix-action@v31
34
34
with :
35
35
extra_nix_config : |
36
36
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@v30
20
+ - uses : cachix/install-nix-action@v31
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@v30
37
+ - uses : cachix/install-nix-action@v31
38
38
with :
39
39
extra_nix_config : |
40
40
accept-flake-config = true
54
54
NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
55
55
steps :
56
56
- uses : actions/checkout@v4
57
- - uses : cachix/install-nix-action@v30
57
+ - uses : cachix/install-nix-action@v31
58
58
with :
59
59
extra_nix_config : |
60
60
accept-flake-config = true
You can’t perform that action at this time.
0 commit comments