diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa573d3..d48caa2 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.6 + - uses: clechasseur/rs-clippy-check@v6.0.7 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.6 + - uses: clechasseur/rs-clippy-check@v6.0.7 with: args: --all-targets --all-features