From 275ed7dd23eacff58833f9bfdd9e83f5b9b38ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vu=C4=8Dica?= Date: Wed, 8 May 2024 13:55:02 +0100 Subject: [PATCH] .github/workflows: Use actions/cache@v4 instead of @v3. --- .github/workflows/ci-bazel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-bazel.yml b/.github/workflows/ci-bazel.yml index 0e6b2e05..bd5369f4 100644 --- a/.github/workflows/ci-bazel.yml +++ b/.github/workflows/ci-bazel.yml @@ -23,7 +23,7 @@ jobs: # Caches and restores the bazel build directory. - name: Cache bazel build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: bazel-cache with: @@ -61,7 +61,7 @@ jobs: # Caches and restores the bazel build directory. - name: Cache bazel build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: bazel-cache with: @@ -97,7 +97,7 @@ jobs: submodules: true # Caches and restores the bazel build directory. - name: Cache bazel build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: bazel-cache with: @@ -133,7 +133,7 @@ jobs: # Caches and restores the bazel build directory. - name: Cache bazel build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: bazel-cache with: