File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
setup-build-and-test-w-make-impl Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ runs:
11
11
steps :
12
12
- name : Cache boost
13
13
if : inputs.save_boost_cache == 'true'
14
- uses : actions/cache@v3.3.2
14
+ uses : actions/cache@v4
15
15
with :
16
16
key : boost-1-71-0-v5
17
17
path : /tmp/toolchain/dl_cache/boost_cache
18
18
- name : Cache protobuf
19
19
if : inputs.save_boost_cache == 'true'
20
- uses : actions/cache@v3.3.2
20
+ uses : actions/cache@v4
21
21
with :
22
22
key : protobuf3-v3
23
23
path : /tmp/toolchain/dl_cache/protobuf
Original file line number Diff line number Diff line change 27
27
# it's a bit murkier (looking for some merge commits).
28
28
# For now leave it at that and hope that the fallback does the right thing.
29
29
- name : Cache build
30
- uses : actions/cache@v3.3.2
30
+ uses : actions/cache@v4
31
31
with :
32
32
key : v2-build-cache-${{ inputs.job_name }}.${{ inputs.setup_toolchain_extra }}.${{ inputs.configure_extra }}-${{ runner.arch }}-${{ github.ref_name }}-${{ github.sha }}
33
33
path : build.tar.zstd
Original file line number Diff line number Diff line change 12
12
echo "CACHE_VERSION=${CACHE_VERSION}" >> "$GITHUB_OUTPUT"
13
13
shell : bash
14
14
- name : Cache SDK
15
- uses : actions/cache@v3.3.2
15
+ uses : actions/cache@v4
16
16
with :
17
17
key : v4-android-build-tools
18
18
path : sdk.tar.zstd
You can’t perform that action at this time.
0 commit comments