From 0a6c764ce3b1608b04ac27a44dbefb9804c17c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:57:32 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 2.1.7 (#16) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9616e30..2eb4556 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,14 +22,14 @@ jobs: uses: ilammy/msvc-dev-cmd@v1.10.0 - name: Cache conan packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: key: win-conan-${{ hashFiles('**/conanfile.txt') }} path: ~/.conan/ - name: Cache Qt id: cache-qt - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: "${{ github.workspace }}/qt/" key: ${{ runner.os }}-QtCache