From ecbbdd6c0dbb2b8b82a726ca61ff6f403be6dafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 12:04:28 +0000 Subject: [PATCH] Bump actions/cache from 1 to 2.1.6 (#2) --- .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 5527c49..6196fe7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Cache Qt id: cache-qt - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ../Qt key: ${{ runner.os }}-QtCache @@ -57,7 +57,7 @@ jobs: - name: Cache Qt id: cache-qt - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: ../Qt key: ${{ runner.os }}-QtCache