Update actions/cache action to v3.2.6
This commit is contained in:
parent
7402a71147
commit
2239878804
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Cache conan
|
- name: Cache conan
|
||||||
uses: actions/cache@v3.2.5
|
uses: actions/cache@v3.2.6
|
||||||
with:
|
with:
|
||||||
key: conan-win-${{ hashFiles('conanfile.txt') }}
|
key: conan-win-${{ hashFiles('conanfile.txt') }}
|
||||||
path: ~/.conan/
|
path: ~/.conan/
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Cache conan
|
- name: Cache conan
|
||||||
uses: actions/cache@v3.2.5
|
uses: actions/cache@v3.2.6
|
||||||
with:
|
with:
|
||||||
key: conan-linux-${{ hashFiles('conanfile.txt') }}
|
key: conan-linux-${{ hashFiles('conanfile.txt') }}
|
||||||
path: ~/.conan/
|
path: ~/.conan/
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Cache conan
|
- name: Cache conan
|
||||||
uses: actions/cache@v3.2.5
|
uses: actions/cache@v3.2.6
|
||||||
with:
|
with:
|
||||||
key: conan-mac-${{ hashFiles('conanfile.txt') }}
|
key: conan-mac-${{ hashFiles('conanfile.txt') }}
|
||||||
path: ~/.conan/
|
path: ~/.conan/
|
||||||
|
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.2.5
|
uses: actions/cache@v3.2.6
|
||||||
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.2.5
|
uses: actions/cache@v3.2.6
|
||||||
with:
|
with:
|
||||||
key: conan-linux-${{ hashFiles('conanfile.txt') }}
|
key: conan-linux-${{ hashFiles('conanfile.txt') }}
|
||||||
path: ~/.conan/
|
path: ~/.conan/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user