Skip to content

Commit 9c8e30a

Browse files
authored
Merge pull request #91 from apache/dependabot/github_actions/github-dependencies-97f38a5d32
Bump actions/cache from 4 to 5 in the github-dependencies group
2 parents 3ebeb2c + 9cc24a6 commit 9c8e30a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Cache benchmark data
113113
id: cache-data
114-
uses: actions/cache@v4
114+
uses: actions/cache@v5
115115
with:
116116
path: benchmark-data-sf${{ env.SCALE_FACTOR }}
117117
key: benchmark-data-${{ env.HF_DATA_VERSION }}-sf${{ env.SCALE_FACTOR }}
@@ -194,7 +194,7 @@ jobs:
194194
- uses: actions/checkout@v6
195195

196196
- name: Restore benchmark data from cache
197-
uses: actions/cache/restore@v4
197+
uses: actions/cache/restore@v5
198198
with:
199199
path: benchmark-data-sf${{ env.SCALE_FACTOR }}
200200
key: benchmark-data-${{ env.HF_DATA_VERSION }}-sf${{ env.SCALE_FACTOR }}
@@ -253,7 +253,7 @@ jobs:
253253
- uses: actions/checkout@v6
254254

255255
- name: Restore benchmark data from cache
256-
uses: actions/cache/restore@v4
256+
uses: actions/cache/restore@v5
257257
with:
258258
path: benchmark-data-sf${{ env.SCALE_FACTOR }}
259259
key: benchmark-data-${{ env.HF_DATA_VERSION }}-sf${{ env.SCALE_FACTOR }}
@@ -299,7 +299,7 @@ jobs:
299299
- uses: actions/checkout@v6
300300

301301
- name: Restore benchmark data from cache
302-
uses: actions/cache/restore@v4
302+
uses: actions/cache/restore@v5
303303
with:
304304
path: benchmark-data-sf${{ env.SCALE_FACTOR }}
305305
key: benchmark-data-${{ env.HF_DATA_VERSION }}-sf${{ env.SCALE_FACTOR }}
@@ -355,7 +355,7 @@ jobs:
355355
- uses: actions/checkout@v6
356356

357357
- name: Restore benchmark data from cache
358-
uses: actions/cache/restore@v4
358+
uses: actions/cache/restore@v5
359359
with:
360360
path: benchmark-data-sf${{ env.SCALE_FACTOR }}
361361
key: benchmark-data-${{ env.HF_DATA_VERSION }}-sf${{ env.SCALE_FACTOR }}

0 commit comments

Comments
 (0)