From f7ce4db5108d1fe5de375b3e6cf920ec160ab782 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:36:33 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/workflow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bdfd048..5f3647e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -29,7 +29,7 @@ jobs: uses: google-github-actions/setup-gcloud@v2 - name: Cache sample slide id: cache-slide - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: tests/data/ key: slides-test diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ea40c08..32d3f23 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,7 +26,7 @@ jobs: uses: google-github-actions/setup-gcloud@v2 - name: Cache sample slide id: cache-slide - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: tests/data/ key: slides-test diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2431422..8121830 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -38,7 +38,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Cache sample slide id: cache-slide - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: tests/data/ key: slides-test