File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 run : cargo --version
3434 - name : Report Clippy version
3535 run : cargo clippy -- --version
36- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
36+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
3737 - name : Run Clippy Lints
3838 run : cargo clippy --all-targets -- --deny warnings
3939
4343 - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
4444 - name : Report cargo version
4545 run : cargo --version
46- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
46+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4747 - name : Check Docs
4848 run : cargo doc --no-deps --lib --bins --examples
4949
6363 run : cargo --version
6464 - name : Report rustc version
6565 run : rustc --version
66- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
66+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
6767 with :
6868 # Matrix instances other than OS need to be added to this explicitly
6969 key : ${{ matrix.features }}
You can’t perform that action at this time.
0 commit comments