From 2815fa01b5f23c1b7dce19c8c6435cc98eef17d6 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 8 Sep 2026 17:58:57 +0200 Subject: [PATCH] ci(build): Use newer pinned cargo install action --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae1963e9..037a797d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,10 @@ jobs: with: key: udeps cache-all-crates: "true" - - uses: stackabletech/cargo-install-action@cargo-udeps + - name: Install cargo-udeps + uses: stackabletech/cargo-install-action@e3e2dcf8d0f0e5bdbc619bf6ee7560dd68152d3c + with: + crate: cargo-udeps - run: cargo udeps --workspace --all-targets # This job evaluates the github environment to determine why this action is running and decides if