From 415a921a8a6c7117a17e7823800fb9244785d118 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 03:00:01 +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 868606d..a8881bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,12 +35,12 @@ jobs: - uses: actions/checkout@v2 - uses: bazelbuild/setup-bazelisk@v1 - name: Mount bazel action cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: "~/.cache/bazel" key: bazel - name: Mount bazel repo cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: "~/.cache/bazel-repo" key: bazel-repo