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 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- uses : actions/checkout@v4
25
- - uses : cachix/install-nix-action@v25
25
+ - uses : cachix/install-nix-action@v26
26
26
with :
27
27
extra_nix_config : |
28
28
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - uses : cachix/install-nix-action@v25
19
+ - uses : cachix/install-nix-action@v26
20
20
with :
21
21
nix_path : nixpkgs=channel:nixos-unstable
22
22
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@v25
13
+ - uses : cachix/install-nix-action@v26
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