From 5898fa5eb057c8114771a8954065801b931d56be Mon Sep 17 00:00:00 2001 From: Jan Wassenberg Date: Wed, 12 Mar 2025 07:12:22 -0700 Subject: [PATCH] Update github actions/cache version PiperOrigin-RevId: 736120661 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb7783a..b796814 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: assert("write an email to the moon." not in output.lower()); assert("moon" in output.lower()); EOF - + - if: matrix.os == 'ubuntu-20.04' name: Run kaggle test notebook uses: pculliton/kaggle-action@v1.0.28 @@ -112,7 +112,7 @@ jobs: - uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0 - - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 with: path: ~/.cache/bazel key: bazel-${{ runner.os }}