From 429f5417b239a688767816f29c50a6154314b0b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:27:31 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6ac3e8..e44d336 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,12 +31,12 @@ jobs: - uses: actions/checkout@v3 - uses: bazelbuild/setup-bazelisk@v2 - name: Mount bazel action cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "~/.cache/bazel" key: bazel - name: Mount bazel repo cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "~/.cache/bazel-repo" key: bazel-repo