diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 8adbc285..8e8419ea 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -130,7 +130,7 @@ jobs: - name: "Setup: Bazel" uses: bazelbuild/setup-bazelisk@95c9bf48d0c570bb3e28e57108f3450cd67c1a44 # v2.0.0 - name: "Setup: Cache" - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: "~/.cache/bazel" key: bazel-v3