File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3737 - name : Install Rust Toolchain
3838 run : rustup toolchain install stable --profile minimal --component clippy --component rustfmt --no-self-update
3939
40- - uses : swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
40+ - name : Cache Dependencies
41+ uses : swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
4142
4243 - name : Run Rustfmt
4344 run : cargo fmt --all -- --check
Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3737
38- - uses : swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
38+ - name : Cache Dependencies
39+ uses : swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
3940 with :
4041 key : ${{ github.job }}
4142
You can’t perform that action at this time.
0 commit comments