chore(deps): update actions/cache action to v5

This commit is contained in:
renovate[bot]
2025-12-12 02:51:06 +00:00
committed by GitHub
parent 83f6d2db7c
commit 67589b9331
+2 -2
View File
@@ -57,7 +57,7 @@ jobs:
shared-key: "cargo-fuzz-cache-key"
cache-directories: "fuzz/target"
- name: Restore Cached Corpus
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
with:
key: corpus-cache-${{ matrix.test-target.name }}
path: |
@@ -68,7 +68,7 @@ jobs:
run: |
cargo +nightly fuzz run ${{ matrix.test-target.name }} -- -max_total_time=${{ env.RUN_FOR }} -detect_leaks=0
- name: Save Corpus Cache
uses: actions/cache/save@v4
uses: actions/cache/save@v5
with:
key: corpus-cache-${{ matrix.test-target.name }}
path: |