From f6ab879a798e43e4c8cc30f828efe2b67db960d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 09:54:22 +0200 Subject: [PATCH] Update actions/cache action to v3.3.2 (#175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 687c0e09..e2a2b2f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: # previously built artifacts to minimize build time. The more precise you are with # hashFiles sources the less work bazel will have to do. - name: Mount bazel caches - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ~/.cache/bazel-repo