Skip to content

Commit 5f2a128

Browse files
authored
ci: use an hardcoded version of cargo-machete in CI (matrix-org#4710)
Should resolve the CI issues around cargo-machete. See also: bnjbvr/cargo-machete#156 (comment)
1 parent c1d3277 commit 5f2a128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detect-unused-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
- name: Machete
12-
uses: bnjbvr/cargo-machete@main
12+
uses: bnjbvr/cargo-machete@v0.7.1

0 commit comments

Comments
 (0)