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