From 24aef43fddb3c3e2d6a5dc93d6ee696d7816cfae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 06:19:30 +0000 Subject: [PATCH] Update sksat/action-clippy action to v0.6.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 0e7361c..0509289 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,7 +41,7 @@ jobs: uses: Swatinem/rust-cache@v2.7.3 - name: reviewdog / clippy - uses: sksat/action-clippy@v0.5.1 + uses: sksat/action-clippy@v0.6.0 with: reporter: github-pr-review clippy_flags: --all-features