File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
with :
17
17
submodules : true
18
18
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
runs-on : macos-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
with :
17
17
submodules : true
18
18
19
19
- name : Cache vcpkg
20
- uses : actions/cache@v2
20
+ uses : actions/cache@v3
21
21
id : cache-vcpkg
22
22
with :
23
23
path : build/vcpkg_installed/
Original file line number Diff line number Diff line change 14
14
runs-on : windows-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
with :
19
19
submodules : true
20
20
24
24
run : echo "::set-output name=vcpkg_triplet::${{ matrix.arch }}-windows$(if ('${{ matrix.libs }}' -eq 'static') { '-static' })"
25
25
26
26
- name : Cache vcpkg
27
- uses : actions/cache@v2
27
+ uses : actions/cache@v3
28
28
id : cache-vcpkg
29
29
with :
30
30
path : build/vcpkg_installed/
You can’t perform that action at this time.
0 commit comments