diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index c90635db..2c57d038 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -16,6 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: EmbarkStudios/cargo-deny-action@v1 + - uses: EmbarkStudios/cargo-deny-action@v2 with: - command: check ${{ matrix.checks }} + command: check + command-arguments: ${{ matrix.checks }}