From 41fe8286f9576130f13bdba9d88ea1938c5f0a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:11:27 +0000 Subject: [PATCH] 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index d1fb086..f06cbcc 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Clippy check - uses: auguwu/clippy-action@1.2.2 + uses: auguwu/clippy-action@1.3.0 with: token: ${{ secrets.GITHUB_TOKEN }} all-features: true