Commit bad0b07 1 parent 84c69bf commit bad0b07 Copy full SHA for bad0b07
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed 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
access-tokens = github.com=${{ github.token }}
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- uses : actions/checkout@v4
35
- - uses : cachix/install-nix-action@v30
35
+ - uses : cachix/install-nix-action@v31
36
36
with :
37
37
extra_nix_config : |
38
38
access-tokens = github.com=${{ github.token }}
Original file line number Diff line number Diff line change 42
42
runs-on : ${{ matrix.platform.host }}
43
43
steps :
44
44
- uses : actions/checkout@v4
45
- - uses : cachix/install-nix-action@v30
45
+ - uses : cachix/install-nix-action@v31
46
46
with :
47
47
extra_nix_config : |
48
48
access-tokens = github.com=${{ github.token }}
You can’t perform that action at this time.
0 commit comments