From 7c9365979ff886947e5e187c9c038931cc414a72 Mon Sep 17 00:00:00 2001 From: dspencer12 Date: Wed, 9 Apr 2025 14:41:04 -0700 Subject: [PATCH] Bump actions/cache from v2 to v4 Bumps the actions/cache GitHub action from v2 to v4 to address the deprecation of v2: https://github.com/actions/cache/discussions/1510. --- .github/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9f406ef..529f772 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,7 +14,7 @@ jobs: steps: # Caches and restores the bazelisk download directory, the bazel build directory. - name: Cache bazel - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cache/bazelisk @@ -28,7 +28,7 @@ jobs: steps: # Caches and restores the bazelisk download directory, the bazel build directory. - name: Cache bazel - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cache/bazelisk @@ -43,7 +43,7 @@ jobs: # steps: # # Caches and restores the bazelisk download directory, the bazel build directory. # - name: Cache bazel - # uses: actions/cache@v2 + # uses: actions/cache@v4 # with: # path: | # ~\AppData\Local\bazelisk