Skip to content

Commit

Permalink
pkg: Update actions/cache action to v4 (#2927)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 2d37949 commit ffaa5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit ffaa5ff

Please sign in to comment.