diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29d32c6..2ea1f92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: cargo clippy --all-targets -- -D warnings - name: Audit dependencies - run: cargo deny check + uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2 - name: Check compiles run: cargo check --all-targets