6565 with :
6666 toolchain : stable
6767 components : rustfmt, clippy
68- - uses : taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2.62.44
68+ - uses : taiki-e/install-action@6f9c7cc51aa54b13cbcbd12f8bbf69d8ba405b4b # v2.62.47
6969 with :
7070 tool : cargo-hack
7171 - uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
9393 # https://github.com/awslabs/cargo-check-external-types/releases
9494 toolchain : nightly-2025-05-04
9595 components : rustfmt
96- - uses : taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2.62.44
96+ - uses : taiki-e/install-action@6f9c7cc51aa54b13cbcbd12f8bbf69d8ba405b4b # v2.62.47
9797 with :
98989999 - name : external-type-check
@@ -117,7 +117,7 @@ jobs:
117117 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
118118 with :
119119 toolchain : stable
120- - uses : taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2.62.44
120+ - uses : taiki-e/install-action@6f9c7cc51aa54b13cbcbd12f8bbf69d8ba405b4b # v2.62.47
121121 with :
122122 tool : cargo-msrv
123123 - uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
@@ -150,7 +150,7 @@ jobs:
150150 uses : EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad # v2.0.13
151151 with :
152152 command : check bans
153-
153+
154154 - name : Check sources
155155 uses : EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad # v2.0.13
156156 with :
@@ -199,7 +199,7 @@ jobs:
199199 with :
200200 repo-token : ${{ secrets.GITHUB_TOKEN }}
201201 - name : Install cargo-llvm-cov
202- uses : taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2.62.44
202+ uses : taiki-e/install-action@6f9c7cc51aa54b13cbcbd12f8bbf69d8ba405b4b # v2.62.47
203203 with :
204204 tool : cargo-llvm-cov
205205 - name : cargo generate-lockfile
@@ -232,7 +232,7 @@ jobs:
232232 cargo build
233233 fi
234234 done
235- cargo-machete :
235+ cargo-shear :
236236 continue-on-error : true
237237 runs-on : ubuntu-latest
238238 steps :
@@ -246,9 +246,12 @@ jobs:
246246 submodules : true
247247 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
248248 with :
249- toolchain : stable
250- - uses : taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2.62.44
249+ toolchain : nightly
250+ - uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
251+ with :
252+ repo-token : ${{ secrets.GITHUB_TOKEN }}
253+ - uses : taiki-e/install-action@6f9c7cc51aa54b13cbcbd12f8bbf69d8ba405b4b # v2.62.47
251254 with :
252- tool : cargo-machete
253- - name : cargo machete
254- run : cargo machete
255+ tool : cargo-shear
256+ - name : cargo shear
257+ run : cargo shear --expand
0 commit comments