Bump actions/cache from 2.1.6 to 2.1.7 (#3364)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-27 13:29:34 +00:00 committed by GitHub
parent f0df2fcb28
commit cb0c42779a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ jobs:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: ../Qt
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-20210109
@ -73,7 +73,7 @@ jobs:
# WINDOWS
- name: Cache conan packages
if: startsWith(matrix.os, 'windows')
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
key: ${{ runner.os }}-conan-${{ hashFiles('**/conanfile.txt') }}-20210412
path: C:/.conan/

View file

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