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 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : checkout MPC
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
- name : checkout ACE_TAO
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
27
27
with :
28
28
repository : DOCGroup/ACE_TAO
29
29
path : ${{ env.DOC_ROOT }}
Original file line number Diff line number Diff line change 32
32
CXX : ${{ matrix.CXX }}
33
33
steps :
34
34
- name : checkout MPC
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
- name : checkout ACE_TAO
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
38
38
with :
39
39
repository : DOCGroup/ACE_TAO
40
40
path : ${{ env.DOC_ROOT }}
Original file line number Diff line number Diff line change 28
28
MPC_ROOT : ${{ github.workspace }}/
29
29
steps :
30
30
- name : checkout MPC
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3
32
32
- name : checkout ACE/TAO
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
with :
35
35
repository : DOCGroup/ACE_TAO
36
36
path : ${{ env.DOC_ROOT }}
Original file line number Diff line number Diff line change 65
65
ZLIB_LIBDIR : ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkgarch }}/${{ matrix.vcpkglibdir }}
66
66
steps :
67
67
- name : checkout MPC
68
- uses : actions/checkout@v2
68
+ uses : actions/checkout@v3
69
69
- name : checkout ACE_TAO
70
- uses : actions/checkout@v2
70
+ uses : actions/checkout@v3
71
71
with :
72
72
repository : DOCGroup/ACE_TAO
73
73
path : ${{ env.DOC_ROOT }}
You can’t perform that action at this time.
0 commit comments