From 793d4d61857cdf579359fc8622b2ac8d4c53f6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:18:41 +0000 Subject: [PATCH] build(deps): bump auguwu/clippy-action from 1.3.0 to 1.4.0 Bumps [auguwu/clippy-action](https://github.com/auguwu/clippy-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/auguwu/clippy-action/releases) - [Commits](https://github.com/auguwu/clippy-action/compare/1.3.0...1.4.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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d444aa..d72e917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Clippy - uses: auguwu/clippy-action@1.3.0 + uses: auguwu/clippy-action@1.4.0 with: token: ${{ secrets.GITHUB_TOKEN }} working-directory: ${{ inputs.target }}