build(deps): bump actions/cache from 4 to 5 (#21463)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 15, 2025 at 09:37 UTC
d0fe724813e24fc2ce0cb961a5a6457a0ee4410b
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -294,7 +294,7 @@ jobs:
294
- name: Cache
295
if: (github.event_name != 'pull_request' || ! contains(github.event.pull_request.labels.*.name, 'run-ci/no-cache')) && needs.file-check.outputs.run == 'true'
296
id: cache
297
- uses: actions/cache@v4
297
+ uses: actions/cache@v5
298
with:
299
path: artifacts/cache
300
key: ${{ steps.cache-key.outputs.key }}