File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
- name : Checkout code
18
18
uses : actions/checkout@v4
19
19
- name : Install Nix
20
- uses : cachix/install-nix-action@v30
20
+ uses : cachix/install-nix-action@v31
21
21
with :
22
22
nix_path : nixpkgs=channel:nixos-24.11-small
23
23
- name : Install devenv
41
41
- name : Checkout code
42
42
uses : actions/checkout@v4
43
43
- name : Install Nix
44
- uses : cachix/install-nix-action@v30
44
+ uses : cachix/install-nix-action@v31
45
45
- name : Setup Cachix
46
46
uses : cachix/cachix-action@v15
47
47
with :
77
77
- name : Checkout code
78
78
uses : actions/checkout@v4
79
79
- name : Install Nix
80
- uses : cachix/install-nix-action@v30
80
+ uses : cachix/install-nix-action@v31
81
81
- name : Replace inputs on templates
82
82
run : sed -i 's/github:stackbuilders\/nixpkgs-terraform/github:stackbuilders\/nixpkgs-terraform\/${{ github.sha }}/g' templates/*/flake.nix
83
83
- name : Create a temporary directory
Original file line number Diff line number Diff line change 21
21
with :
22
22
ref : ${{ github.ref_name }}
23
23
- name : Install Nix
24
- uses : cachix/install-nix-action@v30
24
+ uses : cachix/install-nix-action@v31
25
25
- name : Publish flake
26
26
uses : DeterminateSystems/flakehub-push@v5
27
27
with :
Original file line number Diff line number Diff line change 18
18
- name : Checkout code
19
19
uses : actions/checkout@v4
20
20
- name : Install Nix
21
- uses : cachix/install-nix-action@v30
21
+ uses : cachix/install-nix-action@v31
22
22
- name : Setup Cachix
23
23
uses : cachix/cachix-action@v15
24
24
with :
Original file line number Diff line number Diff line change 19
19
with :
20
20
ref : main
21
21
- name : Install Nix
22
- uses : cachix/install-nix-action@v30
22
+ uses : cachix/install-nix-action@v31
23
23
with :
24
24
nix_path : nixpkgs=channel:nixos-24.11-small
25
25
- name : Install devenv
You can’t perform that action at this time.
0 commit comments