Skip to content

Commit f4c227f

Browse files
pkg: Update actions/cache action to v5 (#3671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c09d4cc commit f4c227f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# PR comments on changes
4747
- name: Download previous benchmark data (PR)
4848
if: ${{ github.event_name == 'pull_request' }}
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: ./cache
5252
key: ${{ runner.os }}-benchmark-pr-${{ env.GITHUB_RUN_NUMBER }}
@@ -72,7 +72,7 @@ jobs:
7272
# master reports to history
7373
- name: Download previous benchmark data (main)
7474
if: ${{ github.event_name == 'push' }}
75-
uses: actions/cache@v4
75+
uses: actions/cache@v5
7676
with:
7777
path: ./cache
7878
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)