diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f69203947..e51d68845c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,8 @@ jobs: - name: Rust Build run: cargo build --all-features --all-targets - - name: License Check - run: cargo install --locked cargo-deny && cargo deny check + - uses: EmbarkStudios/cargo-deny-action@v1 + - uses: rustsec/audit-check@v1.4.1 with: token: ${{ secrets.GITHUB_TOKEN }}