File tree Expand file tree Collapse file tree 6 files changed +75
-122
lines changed Expand file tree Collapse file tree 6 files changed +75
-122
lines changed Original file line number Diff line number Diff line change 22
22
name : ${{ matrix.label }}
23
23
runs-on : ${{ matrix.image }}
24
24
steps :
25
- - uses : actions/checkout@v4.2.2
25
+ - uses : actions/checkout@v4.3.0
26
26
27
27
- name : Install Nix
28
28
uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
60
60
outputs :
61
61
matrix : ${{ steps.set-matrix.outputs.matrix }}
62
62
steps :
63
- - uses : actions/checkout@v4.2.2
63
+ - uses : actions/checkout@v4.3.0
64
64
65
65
- name : Install Nix
66
66
uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
98
98
run : |
99
99
sudo chown root:root /nix
100
100
101
- - uses : actions/checkout@v4.2.2
101
+ - uses : actions/checkout@v4.3.0
102
102
103
103
- name : Install Nix
104
104
uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v4.2.2
13
+ - uses : actions/checkout@v4.3.0
14
14
15
15
- name : Install Nix
16
16
uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
Original file line number Diff line number Diff line change 16
16
if : github.repository == 'zhaofengli/colmena'
17
17
18
18
steps :
19
- - uses : actions/checkout@v4.2.2
19
+ - uses : actions/checkout@v4.3.0
20
20
21
21
- name : Install Nix
22
22
uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
Original file line number Diff line number Diff line change 16
16
if : github.repository == 'zhaofengli/colmena'
17
17
18
18
steps :
19
- - uses : actions/checkout@v4.2.2
19
+ - uses : actions/checkout@v4.3.0
20
20
21
21
- name : Install Nix
22
22
uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
Original file line number Diff line number Diff line change 13
13
name : ${{ matrix.os.label }}
14
14
runs-on : ${{ matrix.os.image }}
15
15
steps :
16
- - uses : actions/checkout@v4.2.2
16
+ - uses : actions/checkout@v4.3.0
17
17
with :
18
18
fetch-depth : 0
19
19
You can’t perform that action at this time.
0 commit comments