File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 - name : Cache cargo bin
3636 id : cache-cargo-bin
37- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
37+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
3838 with :
3939 path : ~/.cargo/bin/cargo-fuzz
4040 key : ${{ runner.os }}-cargo-fuzz-bin
@@ -44,15 +44,15 @@ jobs:
4444 run : cargo install cargo-fuzz
4545
4646 - name : Cache Fuzzing Corpus
47- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
47+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
4848 with :
4949 path : fuzz/corpus/${{ matrix.target }}
5050 key : ${{ runner.os }}-fuzz-corpus-${{ matrix.target }}-${{ github.run_id }}
5151 restore-keys : |
5252 ${{ runner.os }}-fuzz-corpus-${{ matrix.target }}-
5353
5454 - name : Cache build artifacts
55- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
55+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
5656 with :
5757 path : |
5858 ~/.cargo/registry/index/
You can’t perform that action at this time.
0 commit comments