File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 toolchain : stable
2424 profile : minimal
2525 override : true
26- - uses : Swatinem/rust-cache@v1
26+ - uses : Swatinem/rust-cache@v2
2727 - uses : actions-rs/audit-check@v1
2828 with :
2929 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5454 toolchain : ${{ matrix.rust }}
5555 profile : minimal
5656 override : true
57- - uses : Swatinem/rust-cache@v1
57+ - uses : Swatinem/rust-cache@v2
5858 - name : Cargo build
5959 uses : actions-rs/cargo@v1
6060 with :
@@ -114,7 +114,7 @@ jobs:
114114 toolchain : stable
115115 profile : minimal
116116 override : true
117- - uses : Swatinem/rust-cache@v1
117+ - uses : Swatinem/rust-cache@v2
118118 - uses : actions-rs/cargo@v1
119119 with :
120120 command : publish
Original file line number Diff line number Diff line change 2020 toolchain : stable
2121 profile : minimal
2222 override : true
23- - uses : Swatinem/rust-cache@v1
23+ - uses : Swatinem/rust-cache@v2
2424 - uses : actions-rs/cargo@v1
2525 with :
2626 command : test
3939 profile : minimal
4040 override : true
4141 components : rustfmt
42- - uses : Swatinem/rust-cache@v1
42+ - uses : Swatinem/rust-cache@v2
4343 - name : Check formatting
4444 uses : actions-rs/cargo@v1
4545 with :
5959 profile : minimal
6060 override : true
6161 components : clippy
62- - uses : Swatinem/rust-cache@v1
62+ - uses : Swatinem/rust-cache@v2
6363 - name : Clippy check
6464 uses : actions-rs/cargo@v1
6565 with :
7878 toolchain : stable
7979 profile : minimal
8080 override : true
81- - uses : Swatinem/rust-cache@v1
81+ - uses : Swatinem/rust-cache@v2
8282 - name : Check documentation
8383 env :
8484 RUSTDOCFLAGS : -D warnings
9999 toolchain : stable
100100 profile : minimal
101101 override : true
102- - uses : Swatinem/rust-cache@v1
102+ - uses : Swatinem/rust-cache@v2
103103 - uses : actions-rs/cargo@v1
104104 with :
105105 command : publish
@@ -117,7 +117,7 @@ jobs:
117117 toolchain : stable
118118 profile : minimal
119119 override : true
120- - uses : Swatinem/rust-cache@v1
120+ - uses : Swatinem/rust-cache@v2
121121 - name : Run cargo-tarpaulin
122122 uses : actions-rs/tarpaulin@v0.1
123123 with :
You can’t perform that action at this time.
0 commit comments