From 1fb43ebff2623ef3fb2e909c3c8e5782fc0b5b52 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Wed, 11 Dec 2024 10:26:05 +0100 Subject: [PATCH] Upgrade to `actions/cache@v4`. GitHub is deprecating versions 2 and 3. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64097faf52..6e3b595624 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: steps: # Caches and restores the bazelisk download directory. - name: Cache bazelisk download - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: bazel-cache with: