From 523149419fb1fa38f9ddb1e7b9345f209e5d1674 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 19:22:20 +0000 Subject: [PATCH] Update pat-s/always-upload-cache action to v3 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a61c0854c..28537b1fe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: ref: ${{ github.ref }} fetch-depth: 0 - name: Cache - uses: pat-s/always-upload-cache@v2.1.5 + uses: pat-s/always-upload-cache@v3.0.1 with: path: ~/.cache/bazel key: ${{ env.cache-version }}-${{ runner.os }}-bazelisk-build-${{ hashFiles('./**') }} @@ -50,7 +50,7 @@ jobs: ref: ${{ github.ref }} fetch-depth: 0 - name: Cache - uses: pat-s/always-upload-cache@v2.1.5 + uses: pat-s/always-upload-cache@v3.0.1 with: path: ~/.cache/bazel key: ${{ env.cache-version }}-${{ runner.os }}-bazelisk-build-${{ hashFiles('./**') }}