diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c13d0c..c7898d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: cache-on-failure: true - name: Run clippy - uses: clechasseur/rs-clippy-check@23f6dcf86d7e4e0d98b000bba0bb81ac587c44aa # v4.0.2 + uses: clechasseur/rs-clippy-check@24d66924f748522acf015e8642b7fb8cd81b4dbc # v4.0.3 with: args: --workspace --all-targets --feature-powerset -- -D warnings tool: cargo-hack @@ -51,7 +51,7 @@ jobs: cache: false - name: Run Rustfmt - uses: clechasseur/rs-fmt-check@e1bd0f5c24ced02542ed905bde212ffc9c324863 # v2.0.8 + uses: clechasseur/rs-fmt-check@79f30e1d92a7a4fbc417d377ef8172e445f58555 # v2.0.9 with: args: --all