diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 0d90331f..2dcd036b 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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: "~/.cache/bazel" key: bazel-v3