Skip to content

Commit cdc6769

Browse files
committed
Update github cache action to latest v4 version
1 parent 1b0b103 commit cdc6769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build
2828
run: cargo build --verbose
2929
- name: Cache fuzzy corpus
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: fuzz/corpus
3333
key: fuzz-corpus-${{ github.run_id }}

0 commit comments

Comments
 (0)