From cb0c42779a40794f3c64a5c940897c4bfdf260f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Nov 2021 13:29:34 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 2.1.7 (#3364) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6d5cc81..1a6603ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd363a78..e87c58b3 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.6 + uses: actions/cache@v2.1.7 with: path: ../Qt key: ${{ runner.os }}-QtCache-20201005