File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
if : ${{ github.event.inputs.environmentName == 'default' }}
15
15
runs-on : ubuntu-22.04
16
16
steps :
17
- - uses : actions/checkout@v4.1.1
17
+ - uses : actions/checkout@v4.2.0
18
18
- uses : cachix/install-nix-action@v26
19
19
with :
20
20
nix_path : nixos=channel:nixos-23.05
52
52
environment :
53
53
name : ${{ github.event.inputs.environmentName }}
54
54
steps :
55
- - uses : actions/checkout@v4.1.1
55
+ - uses : actions/checkout@v4.2.0
56
56
- uses : cachix/install-nix-action@v26
57
57
with :
58
58
nix_path : nixpkgs=channel:nixos-20.09
Original file line number Diff line number Diff line change 13
13
if : ${{ github.event.inputs.environmentName == 'default' }}
14
14
runs-on : ubuntu-22.04
15
15
steps :
16
- - uses : actions/checkout@v4.1.1
16
+ - uses : actions/checkout@v4.2.0
17
17
- uses : cachix/install-nix-action@v26
18
18
with :
19
19
nix_path : nixos=channel:nixos-23.05
50
50
environment :
51
51
name : ${{ github.event.inputs.environmentName }}
52
52
steps :
53
- - uses : actions/checkout@v4.1.1
53
+ - uses : actions/checkout@v4.2.0
54
54
- uses : cachix/install-nix-action@v26
55
55
with :
56
56
nix_path : nixos=channel:nixos-23.05
You can’t perform that action at this time.
0 commit comments