From 36c54d46aacc3b116dfd3a9af34ba2f307064d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:38:08 +0000 Subject: [PATCH] chore(deps): bump sksat/action-clippy from 1.0.0 to 1.1.0 Bumps [sksat/action-clippy](https://github.com/sksat/action-clippy) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/sksat/action-clippy/releases) - [Commits](https://github.com/sksat/action-clippy/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: sksat/action-clippy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 85e0fae..6465b4e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -49,7 +49,7 @@ jobs: with: command: clippy - - uses: sksat/action-clippy@v1.0.0 + - uses: sksat/action-clippy@v1.1.0 with: reporter: github-pr-review