File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
- - uses : cachix/install-nix-action@v25
17
+ - uses : cachix/install-nix-action@v26
18
18
with :
19
19
nix_path : " nixpkgs=channel:release-23.05"
20
20
- name : Update
39
39
- uses : actions/checkout@v4
40
40
with :
41
41
fetch-depth : 0
42
- - uses : cachix/install-nix-action@v25
42
+ - uses : cachix/install-nix-action@v26
43
43
with :
44
44
nix_path : " nixpkgs=channel:release-23.05"
45
45
- name : Update
Original file line number Diff line number Diff line change 20
20
- name : Checkout
21
21
uses : actions/checkout@v4
22
22
- name : Install nix
23
- uses : cachix/install-nix-action@v25
23
+ uses : cachix/install-nix-action@v26
24
24
with :
25
25
nix_path : " nixpkgs=channel:release-23.05"
26
26
- name : Nix cache
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v4
17
- - uses : cachix/install-nix-action@v25
17
+ - uses : cachix/install-nix-action@v26
18
18
with :
19
19
nix_path : " nixpkgs=channel:release-23.05"
20
20
- name : Validate workflow files
You can’t perform that action at this time.
0 commit comments