diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ba8e43..da84242 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: with: toolchain: "1.85" components: clippy - - uses: clechasseur/rs-clippy-check@v5.0.1 + - uses: clechasseur/rs-clippy-check@v5.0.2 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@v5.0.1 + - uses: clechasseur/rs-clippy-check@v5.0.2 with: args: --all-targets --all-features