File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 - uses : dtolnay/rust-toolchain@stable
2121 with :
2222 components : rustfmt, clippy
23- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
23+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2424 - name : Lint (clippy)
2525 run : cargo clippy --all-features --all-targets
2626 - name : Lint (rustfmt)
4848 - uses : dtolnay/rust-toolchain@stable
4949 with :
5050 components : rustfmt, clippy
51- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
51+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
5252 - name : Build rustdoc
5353 run : cargo doc --all-features
5454
6767 - uses : dtolnay/rust-toolchain@master
6868 with :
6969 toolchain : ${{ matrix.rust-version }}
70- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
70+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
7171 with :
7272 key : ${{ matrix.rust-version }}
7373 - name : Install tools
Original file line number Diff line number Diff line change 2323 - uses : dtolnay/rust-toolchain@nightly
2424 with :
2525 components : llvm-tools-preview
26- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
26+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2727
2828 - name : Install tools
2929 uses : taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2
You can’t perform that action at this time.
0 commit comments