Update actions/cache requirement to v2.1.4 (#2441)

This commit is contained in:
dependabot[bot]
2021-02-11 15:36:38 +00:00
committed by GitHub
parent 303b079257
commit 3658b8130d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ jobs:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ../Qt
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-20210109
@@ -59,14 +59,14 @@ jobs:
# WINDOWS
- name: Cache conan
if: startsWith(matrix.os, 'windows')
uses: actions/cache@v1
uses: actions/cache@v2.1.4
with:
key: ${{ runner.os }}-conan-root-${{ hashFiles('**/conanfile.txt') }}
path: ~/.conan
- name: Cache conan packages
if: startsWith(matrix.os, 'windows')
uses: actions/cache@v1
uses: actions/cache@v2.1.4
with:
key: ${{ runner.os }}-conan-pkg-${{ hashFiles('**/conanfile.txt') }}
path: C:/.conan/
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ../Qt
key: ${{ runner.os }}-QtCache-20201005