From 336acd4236f732931af9a8991dbc1f729e36648c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:08:29 +0800 Subject: [PATCH] chore(deps): bump korandoru/hawkeye from 4.0.4 to 4.0.5 (#4116) Bumps [korandoru/hawkeye](https://github.com/korandoru/hawkeye) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/korandoru/hawkeye/releases) - [Changelog](https://github.com/korandoru/hawkeye/blob/main/RELEASE.md) - [Commits](https://github.com/korandoru/hawkeye/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: korandoru/hawkeye dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 1e48a4f5795b..36038245a308 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: uses: ./.github/actions/setup - name: Check license headers - uses: korandoru/hawkeye@v4.0.4 + uses: korandoru/hawkeye@v4.0.5 - name: Cargo format run: cargo fmt --all -- --check