From 938161a413b5d258f3a3fb19093a91db1a31ff2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:44:33 +0000 Subject: [PATCH] Update actions/cache action to v4.2.0 --- .github/workflows/bazel-test.yml | 2 +- .github/workflows/update_maven_install_json.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bazel-test.yml b/.github/workflows/bazel-test.yml index 058169e48..23f1cfbb5 100644 --- a/.github/workflows/bazel-test.yml +++ b/.github/workflows/bazel-test.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Bazel uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0 - name: Cache Bazel outputs - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: "~/.cache/bazel" key: bazel diff --git a/.github/workflows/update_maven_install_json.yml b/.github/workflows/update_maven_install_json.yml index 2243fbbd0..9731e3a01 100644 --- a/.github/workflows/update_maven_install_json.yml +++ b/.github/workflows/update_maven_install_json.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Bazel uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0 - name: Cache Bazel outputs - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: "~/.cache/bazel" key: bazel