File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : checkout MPC
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525 - name : checkout ACE_TAO
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v3
2727 with :
2828 repository : DOCGroup/ACE_TAO
2929 path : ${{ env.DOC_ROOT }}
Original file line number Diff line number Diff line change 3232 CXX : ${{ matrix.CXX }}
3333 steps :
3434 - name : checkout MPC
35- uses : actions/checkout@v2
35+ uses : actions/checkout@v3
3636 - name : checkout ACE_TAO
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v3
3838 with :
3939 repository : DOCGroup/ACE_TAO
4040 path : ${{ env.DOC_ROOT }}
Original file line number Diff line number Diff line change 2828 MPC_ROOT : ${{ github.workspace }}/
2929 steps :
3030 - name : checkout MPC
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232 - name : checkout ACE/TAO
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v3
3434 with :
3535 repository : DOCGroup/ACE_TAO
3636 path : ${{ env.DOC_ROOT }}
Original file line number Diff line number Diff line change 6565 ZLIB_LIBDIR : ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkgarch }}/${{ matrix.vcpkglibdir }}
6666 steps :
6767 - name : checkout MPC
68- uses : actions/checkout@v2
68+ uses : actions/checkout@v3
6969 - name : checkout ACE_TAO
70- uses : actions/checkout@v2
70+ uses : actions/checkout@v3
7171 with :
7272 repository : DOCGroup/ACE_TAO
7373 path : ${{ env.DOC_ROOT }}
You can’t perform that action at this time.
0 commit comments