From ccf9564846bb956fe51200f49c25441f04d24f8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 13:15:07 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v4.1.2 (#391) 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 2fa90fa5..e4d46c0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,7 +84,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@v4.1.0 + uses: actions/cache@v4.1.2 with: path: | ~/.cache/bazel