File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 CXX : ${{ matrix.CXX }}
3737 steps :
3838 - name : checkout ACE/TAO
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 - name : checkout MPC
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242 with :
4343 repository : DOCGroup/MPC
4444 path : ${{ env.MPC_ROOT }}
Original file line number Diff line number Diff line change 3434 CXX : ${{ matrix.CXX }}
3535 steps :
3636 - name : checkout ACE/TAO
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 - name : checkout MPC
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 repository : DOCGroup/MPC
4242 path : ${{ env.MPC_ROOT }}
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : checkout ACE/TAO
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 - name : Run fuzz
2828 run : |
2929 perl ${env:ACE_ROOT}/bin/fuzz.pl
Original file line number Diff line number Diff line change 2626 MPC_ROOT : ${{ github.workspace }}/MPC
2727 steps :
2828 - name : Checkout ACE_TAO
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - name : Checkout MPC
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 repository : DOCGroup/MPC
3434 path : ${{ env.MPC_ROOT }}
Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ jobs:
143143 CXX : ${{ matrix.CXX }}
144144 steps :
145145 - name : Checkout ACE_TAO
146- uses : actions/checkout@v4
146+ uses : actions/checkout@v5
147147 - name : Checkout MPC
148- uses : actions/checkout@v4
148+ uses : actions/checkout@v5
149149 with :
150150 repository : DOCGroup/MPC
151151 path : ${{ env.MPC_ROOT }}
Original file line number Diff line number Diff line change 3030 MPC_ROOT : ${{ github.workspace }}/MPC
3131 steps :
3232 - name : checkout ACE/TAO
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 - name : checkout MPC
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 repository : DOCGroup/MPC
3838 path : ${{ env.MPC_ROOT }}
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ jobs:
101101 VCPKG_INSTALLED_DIR : ${{ github.workspace }}/vcpkg_installed
102102 steps :
103103 - name : checkout ACE/TAO
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v5
105105 - name : checkout MPC
106- uses : actions/checkout@v4
106+ uses : actions/checkout@v5
107107 with :
108108 repository : DOCGroup/MPC
109109 path : ${{ env.MPC_ROOT }}
@@ -170,9 +170,9 @@ jobs:
170170 MPC_ROOT : ${{ github.workspace }}/MPC
171171 steps :
172172 - name : checkout ACE/TAO
173- uses : actions/checkout@v4
173+ uses : actions/checkout@v5
174174 - name : checkout MPC
175- uses : actions/checkout@v4
175+ uses : actions/checkout@v5
176176 with :
177177 repository : DOCGroup/MPC
178178 path : ${{ env.MPC_ROOT }}
You can’t perform that action at this time.
0 commit comments