From 89811d4dc617573c8c6494bdd23c1ef9d83bb95a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:46:33 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .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 b2c718e..7638b50 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - name: "Checkout the sources" uses: actions/checkout@v4 - name: Mount bazel caches - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/bazel @@ -53,7 +53,7 @@ jobs: - name: "Checkout the sources" uses: actions/checkout@v4 - name: Mount bazel caches - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/bazel