File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 with :
6565 toolchain : ${{ inputs.toolchain }}
6666 - name : Rust Cache
67- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0
67+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
6868 - name : Install musl toolchain
6969 if : ${{ inputs.rpm }}
7070 run : |
Original file line number Diff line number Diff line change 2323 with :
2424 toolchain : stable
2525 - name : Rust Cache
26- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0
26+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
2727 - name : Run cargo clippy to pick up any errors
2828 run : cargo clippy --all-targets -- -Dwarnings
2929 - name : Check code is formatted
Original file line number Diff line number Diff line change 6464 toolchain : stable
6565
6666 - name : Rust Cache
67- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0
67+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
6868
6969 - name : Install semantic-release-cargo
7070 run : cargo install --locked semantic-release-cargo
You can’t perform that action at this time.
0 commit comments