From ce2460e3e9b3a2e7b0026ac48eb808e955294f9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:05:31 +0000 Subject: [PATCH] Update sksat/action-clippy action to v1.1.0 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ce4868b..76d4e5e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,7 +32,7 @@ jobs: uses: Swatinem/rust-cache@v2.7.3 - name: reviewdog / clippy - uses: sksat/action-clippy@v1.0.0 + uses: sksat/action-clippy@v1.1.0 with: reporter: github-pr-review clippy_flags: --all-features