File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 name : ${{ matrix.label }}
2323 runs-on : ${{ matrix.image }}
2424 steps :
25- - uses : actions/checkout@v4.2.2
25+ - uses : actions/checkout@v4.3.0
2626
2727 - name : Install Nix
2828 uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
6060 outputs :
6161 matrix : ${{ steps.set-matrix.outputs.matrix }}
6262 steps :
63- - uses : actions/checkout@v4.2.2
63+ - uses : actions/checkout@v4.3.0
6464
6565 - name : Install Nix
6666 uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
9898 run : |
9999 sudo chown root:root /nix
100100
101- - uses : actions/checkout@v4.2.2
101+ - uses : actions/checkout@v4.3.0
102102
103103 - name : Install Nix
104104 uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4.2.2
13+ - uses : actions/checkout@v4.3.0
1414
1515 - name : Install Nix
1616 uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
Original file line number Diff line number Diff line change 1616 if : github.repository == 'zhaofengli/colmena'
1717
1818 steps :
19- - uses : actions/checkout@v4.2.2
19+ - uses : actions/checkout@v4.3.0
2020
2121 - name : Install Nix
2222 uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
Original file line number Diff line number Diff line change 1616 if : github.repository == 'zhaofengli/colmena'
1717
1818 steps :
19- - uses : actions/checkout@v4.2.2
19+ - uses : actions/checkout@v4.3.0
2020
2121 - name : Install Nix
2222 uses : DeterminateSystems/nix-installer-action@c723f3a885e3f1d866d91f4f0c33dd44b1fc7c60 # v18
Original file line number Diff line number Diff line change 1313 name : ${{ matrix.os.label }}
1414 runs-on : ${{ matrix.os.image }}
1515 steps :
16- - uses : actions/checkout@v4.2.2
16+ - uses : actions/checkout@v4.3.0
1717 with :
1818 fetch-depth : 0
1919
You can’t perform that action at this time.
0 commit comments