From ffaa5ffef2136aeab5497fdd87f7d8d0926a3986 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:17:25 +0000 Subject: [PATCH] pkg: Update actions/cache action to v4 (#2927) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2071774a56da..b9bd175a6ccd 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -46,7 +46,7 @@ jobs: # PR comments on changes - name: Download previous benchmark data (PR) if: ${{ github.event_name == 'pull_request' }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./cache key: ${{ runner.os }}-benchmark-pr-${{ env.GITHUB_RUN_NUMBER }} @@ -72,7 +72,7 @@ jobs: # master reports to history - name: Download previous benchmark data (main) if: ${{ github.event_name == 'push' }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./cache key: ${{ runner.os }}-benchmark