Bump actions/cache from 2.1.7 to 3 (#3620)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-22 12:50:52 +01:00 committed by GitHub
parent baeec59a8a
commit 2ffdd71ac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ jobs:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "${{ github.workspace }}/qt/"
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
@ -57,14 +57,14 @@ jobs:
# WINDOWS
- name: Cache conan packages part 1
if: startsWith(matrix.os, 'windows')
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.txt') }}
path: ~/.conan/
- name: Cache conan packages part 2
if: startsWith(matrix.os, 'windows')
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
key: ${{ runner.os }}-conan-root-${{ hashFiles('**/conanfile.txt') }}
path: C:/.conan/

View file

@ -19,7 +19,7 @@ jobs:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ../Qt
key: ${{ runner.os }}-QtCache-20201005