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 13
13
- name : Checkout code
14
14
uses : actions/checkout@v4
15
15
- name : Install Nix
16
- uses : cachix/install-nix-action@v23
16
+ uses : cachix/install-nix-action@v26
17
17
- name : Setup Cachix
18
18
uses : cachix/cachix-action@v14
19
19
with :
37
37
- name : Checkout code
38
38
uses : actions/checkout@v4
39
39
- name : Install Nix
40
- uses : cachix/install-nix-action@v23
40
+ uses : cachix/install-nix-action@v26
41
41
- name : Replace inputs on templates
42
42
run : sed -i 's/github:sestrella\/asdf2nix/github:sestrella\/asdf2nix\/${{ github.sha }}/g' templates/*/flake.nix
43
43
- name : Create a temporary directory
Original file line number Diff line number Diff line change 22
22
- name : Checkout code
23
23
uses : actions/checkout@v4
24
24
- name : Install Nix
25
- uses : cachix/install-nix-action@v23
25
+ uses : cachix/install-nix-action@v26
26
26
- name : Setup Cachix
27
27
uses : cachix/cachix-action@v14
28
28
with :
You can’t perform that action at this time.
0 commit comments