File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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@v30
30
+ - uses : cachix/install-nix-action@v31
31
31
with :
32
32
extra_nix_config : |
33
33
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 21
21
runs-on : ${{ matrix.os }}
22
22
steps :
23
23
- uses : actions/checkout@v4
24
- - uses : cachix/install-nix-action@v30
24
+ - uses : cachix/install-nix-action@v31
25
25
with :
26
26
nix_path : nixpkgs=channel:nixos-unstable
27
27
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : cachix/install-nix-action@v30
13
+ - uses : cachix/install-nix-action@v31
14
14
with :
15
15
install_url : https://nixos-nix-install-tests.cachix.org/serve/vij683ly7sl95nnhb67bdjjfabclr85m/install
16
16
install_options : ' --tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
You can’t perform that action at this time.
0 commit comments