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 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 with :
1717 submodules : true
1818
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 runs-on : macos-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 with :
1717 submodules : true
1818
1919 - name : Cache vcpkg
20- uses : actions/cache@v2
20+ uses : actions/cache@v3
2121 id : cache-vcpkg
2222 with :
2323 path : build/vcpkg_installed/
Original file line number Diff line number Diff line change 1414 runs-on : windows-latest
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 with :
1919 submodules : true
2020
2424 run : echo "::set-output name=vcpkg_triplet::${{ matrix.arch }}-windows$(if ('${{ matrix.libs }}' -eq 'static') { '-static' })"
2525
2626 - name : Cache vcpkg
27- uses : actions/cache@v2
27+ uses : actions/cache@v3
2828 id : cache-vcpkg
2929 with :
3030 path : build/vcpkg_installed/
You can’t perform that action at this time.
0 commit comments