diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 613a09b..945f41f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: with: toolchain: "1.90" components: clippy - - uses: clechasseur/rs-clippy-check@1e16925ceec49b64803a6abc5f6bbe79044c3bd4 # v6.0.4 + - uses: clechasseur/rs-clippy-check@62ad100473a5e6513e86407b859091115ec89ae3 # v6.0.5 with: # setup-rust-toolchain already sets `-D warnings`, but we leave this # here to make the behavior explicit. @@ -68,7 +68,7 @@ jobs: components: clippy # Defaults to '-D warnings', so clear it out manually. rustflags: '' - - uses: clechasseur/rs-clippy-check@1e16925ceec49b64803a6abc5f6bbe79044c3bd4 # v6.0.4 + - uses: clechasseur/rs-clippy-check@62ad100473a5e6513e86407b859091115ec89ae3 # v6.0.5 with: args: --all-targets --all-features