Skip to content

Commit 7e8987e

Browse files
chore(deps): update actions/cache action to v6
1 parent dc9ca17 commit 7e8987e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fuzzing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shared-key: "cargo-fuzz-cache-key"
6262
cache-directories: "fuzz/target"
6363
- name: Restore Cached Corpus
64-
uses: actions/cache/restore@v5
64+
uses: actions/cache/restore@v6
6565
with:
6666
key: corpus-cache-${{ matrix.test-target.name }}
6767
path: |
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
cargo fuzz run ${{ matrix.test-target.name }} -- -max_total_time=${{ env.RUN_FOR }} -detect_leaks=0
7474
- name: Save Corpus Cache
75-
uses: actions/cache/save@v5
75+
uses: actions/cache/save@v6
7676
with:
7777
key: corpus-cache-${{ matrix.test-target.name }}
7878
path: |

0 commit comments

Comments
 (0)