From e9b991c310b15c674d992936790920cb918b3235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:38:46 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6501140b3..3179533a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -117,7 +117,7 @@ jobs: - uses: actions/checkout@v4 - name: Mount bazel caches - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/bazel diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8852d9521..8deb8d9fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Mount bazel caches - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/bazel