From 05362be89ae47180b03084c956efcf3f20042768 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Wed, 24 Sep 2025 16:09:45 +0200 Subject: [PATCH] ci: use the latest bnjbvr/cargo-machete action It's much faster now as it downloads the latest version of the precompiled binary from Github, and it will use the latest tagged version of cargo-machete by default. --- .github/workflows/detect-unused-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-unused-dependencies.yml b/.github/workflows/detect-unused-dependencies.yml index 6f60aa89e..718d44ffe 100644 --- a/.github/workflows/detect-unused-dependencies.yml +++ b/.github/workflows/detect-unused-dependencies.yml @@ -9,4 +9,4 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Machete - uses: bnjbvr/cargo-machete@v0.9.1 + uses: bnjbvr/cargo-machete@cb0995971182a3babbea3f086bf306d5509cac47