From 5453cceded370d136261001f13f07d18be4b137b Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 21 Aug 2025 15:42:10 +0200 Subject: [PATCH] Use official cargo machete action (#7470) --- .github/workflows/cargo_machete.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cargo_machete.yml b/.github/workflows/cargo_machete.yml index 53eb5112..b67eadc0 100644 --- a/.github/workflows/cargo_machete.yml +++ b/.github/workflows/cargo_machete.yml @@ -10,7 +10,8 @@ jobs: with: toolchain: 1.86 - name: Machete install - run: cargo install cargo-machete --locked + ## The official cargo-machete action + uses: bnjbvr/cargo-machete@main - name: Checkout uses: actions/checkout@v4 - name: Machete Check