Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Resume from the accumulated corpus. restore-keys makes each run pick
# up the most recent cache even though the key is run-unique, so the
# corpus grows monotonically instead of resetting nightly.
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: fuzz/corpus/${{ matrix.target }}
key: fuzz-corpus-${{ matrix.target }}-${{ github.run_id }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2
with:
tool: cargo-fuzz
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: fuzz/corpus/${{ matrix.target }}
key: fuzz-corpus-arm-${{ matrix.target }}-${{ github.run_id }}
Expand Down
Loading