From 9081f950357d86118a3ab99c4a4684e31aea710a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 07:31:36 +0000 Subject: [PATCH] build(deps): bump auguwu/clippy-action from 1.2.2 to 1.3.0 Bumps [auguwu/clippy-action](https://github.com/auguwu/clippy-action) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/auguwu/clippy-action/releases) - [Commits](https://github.com/auguwu/clippy-action/compare/1.2.2...1.3.0) --- updated-dependencies: - dependency-name: auguwu/clippy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lints.yaml b/.github/workflows/lints.yaml index aa456e3..0fb1109 100644 --- a/.github/workflows/lints.yaml +++ b/.github/workflows/lints.yaml @@ -38,7 +38,7 @@ jobs: with: toolchain: 1.72.0 components: clippy - - uses: auguwu/clippy-action@1.2.2 + - uses: auguwu/clippy-action@1.3.0 with: token: ${{secrets.GITHUB_TOKEN}}