From 601ba88085e7178bd6ebdf49d13a03281c5c2c72 Mon Sep 17 00:00:00 2001 From: Anatolii Papenko Date: Wed, 14 Feb 2024 17:04:53 -0600 Subject: [PATCH] Move manifest-path to inputs (#468) - Fixes deny action CI failures like in PR#467. - Removes `arguments` because the new value [is the default](https://github.com/EmbarkStudios/cargo-deny-action/blob/68cd9c5e3e16328a430a37c743167572e3243e7e/action.yml#L17) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 93abe260..d1e73f7c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -106,8 +106,8 @@ jobs: - uses: actions/checkout@v3 - uses: EmbarkStudios/cargo-deny-action@v1 with: + manifest-path: tower-http/Cargo.toml command: check ${{ matrix.checks }} - arguments: --all-features --manifest-path tower-http/Cargo.toml cargo-public-api-crates: runs-on: ubuntu-latest