diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b23fa1f2..94851635 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Cache Qt id: cache-qt - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ../Qt key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-20210109 @@ -65,7 +65,7 @@ jobs: # WINDOWS - name: Cache conan packages if: startsWith(matrix.os, 'windows') - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: key: ${{ runner.os }}-conan-${{ hashFiles('**/conanfile.txt') }}-20210412 path: C:/.conan/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6cb64b2c..1b4cd2a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - name: Cache Qt id: cache-qt - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ../Qt key: ${{ runner.os }}-QtCache-20201005