Skip to content

Commit 67589b9

Browse files
chore(deps): update actions/cache action to v5
1 parent 83f6d2d commit 67589b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fuzzing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shared-key: "cargo-fuzz-cache-key"
5858
cache-directories: "fuzz/target"
5959
- name: Restore Cached Corpus
60-
uses: actions/cache/restore@v4
60+
uses: actions/cache/restore@v5
6161
with:
6262
key: corpus-cache-${{ matrix.test-target.name }}
6363
path: |
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
cargo +nightly fuzz run ${{ matrix.test-target.name }} -- -max_total_time=${{ env.RUN_FOR }} -detect_leaks=0
7070
- name: Save Corpus Cache
71-
uses: actions/cache/save@v4
71+
uses: actions/cache/save@v5
7272
with:
7373
key: corpus-cache-${{ matrix.test-target.name }}
7474
path: |

0 commit comments

Comments
 (0)