diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 2dcd036..4945acb 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -133,7 +133,7 @@ jobs: - name: "Setup: Bazel" uses: bazelbuild/setup-bazelisk@95c9bf48d0c570bb3e28e57108f3450cd67c1a44 # v2.0.0 - name: "Setup: Cache" - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: "~/.cache/bazel" key: bazel-v3