From b3694dc035e0c600e79fb41805e05bce3512ad5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:28:22 +0000 Subject: [PATCH] chore(deps): update clechasseur rust actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e74964..841b4bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,13 +41,13 @@ jobs: version: v1.17.9 - name: Install cargo-hack - uses: clechasseur/rs-cargo@v5.0.5 + uses: clechasseur/rs-cargo@v5.0.7 with: command: binstall args: -y cargo-hack@0.6.44 - name: Run clippy - uses: clechasseur/rs-clippy-check@v6.0.4 + uses: clechasseur/rs-clippy-check@v6.0.6 with: args: --workspace --all-targets --feature-powerset -- -D warnings tool: cargo-hack @@ -68,7 +68,7 @@ jobs: cache: false - name: Run Rustfmt - uses: clechasseur/rs-fmt-check@v4.0.4 + uses: clechasseur/rs-fmt-check@v4.0.6 with: args: --all @@ -101,7 +101,7 @@ jobs: version: v1.17.9 - name: Install required tools - uses: clechasseur/rs-cargo@v5.0.5 + uses: clechasseur/rs-cargo@v5.0.7 with: command: binstall args: -y just@1.48.1 cargo-hack@0.6.44