diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7949dad..f0fa466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: with: toolchain: "1.90" components: clippy - - uses: clechasseur/rs-clippy-check@v6.0.2 + - uses: clechasseur/rs-clippy-check@v6.0.3 with: args: --all-targets --all-features -- -D warnings @@ -66,7 +66,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: clippy - - uses: clechasseur/rs-clippy-check@v6.0.2 + - uses: clechasseur/rs-clippy-check@v6.0.3 with: args: --all-targets --all-features