From 181ff2a28353c7947e556e57826a8d15278dd090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:04:57 +0800 Subject: [PATCH] build(deps): bump korandoru/hawkeye from 3.6.1 to 4.0.4 (#3883) Bumps [korandoru/hawkeye](https://github.com/korandoru/hawkeye) from 3.6.1 to 4.0.4. - [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/v3.6.1...v4.0.4) --- updated-dependencies: - dependency-name: korandoru/hawkeye dependency-type: direct:production update-type: version-update:semver-major ... 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 cdf452be771..c7a95434bb7 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@v3.6.1 + uses: korandoru/hawkeye@v4.0.4 - name: Cargo format run: cargo fmt --all -- --check