mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-27 06:13:29 -04:00
chore(deps): update actions/cache action to v6
This commit is contained in:
committed by
Daniel Hofstetter
parent
ff6b8d46a7
commit
30bbc169ac
@@ -61,7 +61,7 @@ jobs:
|
||||
shared-key: "cargo-fuzz-cache-key"
|
||||
cache-directories: "fuzz/target"
|
||||
- name: Restore Cached Corpus
|
||||
uses: actions/cache/restore@v5
|
||||
uses: actions/cache/restore@v6
|
||||
with:
|
||||
key: corpus-cache-${{ matrix.test-target.name }}
|
||||
path: |
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
run: |
|
||||
cargo fuzz run ${{ matrix.test-target.name }} -- -max_total_time=${{ env.RUN_FOR }} -detect_leaks=0
|
||||
- name: Save Corpus Cache
|
||||
uses: actions/cache/save@v5
|
||||
uses: actions/cache/save@v6
|
||||
with:
|
||||
key: corpus-cache-${{ matrix.test-target.name }}
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user