Update actions/cache action to v4
This commit is contained in:
parent
55468e246a
commit
0c1b9f085a
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache conan
|
- name: Cache conan
|
||||||
uses: actions/cache@v3.3.3
|
uses: actions/cache@v4.0.0
|
||||||
with:
|
with:
|
||||||
key: conan-win-${{ hashFiles('conanfile.txt') }}
|
key: conan-win-${{ hashFiles('conanfile.txt') }}
|
||||||
path: ~/.conan2/
|
path: ~/.conan2/
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache conan
|
- name: Cache conan
|
||||||
uses: actions/cache@v3.3.3
|
uses: actions/cache@v4.0.0
|
||||||
with:
|
with:
|
||||||
key: conan-linux-${{ hashFiles('conanfile.txt') }}
|
key: conan-linux-${{ hashFiles('conanfile.txt') }}
|
||||||
path: ~/.conan2/
|
path: ~/.conan2/
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache conan
|
- name: Cache conan
|
||||||
uses: actions/cache@v3.3.3
|
uses: actions/cache@v4.0.0
|
||||||
with:
|
with:
|
||||||
key: conan-mac-${{ hashFiles('conanfile.txt') }}
|
key: conan-mac-${{ hashFiles('conanfile.txt') }}
|
||||||
path: ~/.conan2/
|
path: ~/.conan2/
|
||||||
|
4
.github/workflows/sonarcloud.yml
vendored
4
.github/workflows/sonarcloud.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
message("::set-output name=timestamp::${current_date}")
|
message("::set-output name=timestamp::${current_date}")
|
||||||
|
|
||||||
- name: cfamily cache files
|
- name: cfamily cache files
|
||||||
uses: actions/cache@v3.3.3
|
uses: actions/cache@v4.0.0
|
||||||
with:
|
with:
|
||||||
path: cfamily-cache
|
path: cfamily-cache
|
||||||
key: cfamily-cache-${{ steps.cfamily_cache_timestamp.outputs.timestamp }}
|
key: cfamily-cache-${{ steps.cfamily_cache_timestamp.outputs.timestamp }}
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
cfamily-cache-
|
cfamily-cache-
|
||||||
|
|
||||||
- name: Cache conan
|
- name: Cache conan
|
||||||
uses: actions/cache@v3.3.3
|
uses: actions/cache@v4.0.0
|
||||||
with:
|
with:
|
||||||
key: conan-linux-${{ hashFiles('conanfile.txt') }}
|
key: conan-linux-${{ hashFiles('conanfile.txt') }}
|
||||||
path: ~/.conan2/
|
path: ~/.conan2/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user