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@v3
15
+ - uses : actions/checkout@v4.1.3
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-13
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4.1.3
16
16
with :
17
17
submodules : true
18
18
19
19
- name : Cache vcpkg
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4.0.2
21
21
id : cache-vcpkg
22
22
with :
23
23
path : build/vcpkg_cache/
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@v3
17
+ - uses : actions/checkout@v4.1.3
18
18
with :
19
19
submodules : true
20
20
24
24
run : echo "vcpkg_triplet=${{ matrix.arch }}-windows$(if ('${{ matrix.libs }}' -eq 'static') { '-static' })" >> $env:GITHUB_OUTPUT
25
25
26
26
- name : Cache vcpkg
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4.0.2
28
28
id : cache-vcpkg
29
29
with :
30
30
path : build/vcpkg_cache/
You can’t perform that action at this time.
0 commit comments