From 39276709ad673dda8c34d7ee1815df165845351c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:20:28 +0000 Subject: [PATCH] Chore(deps): Bump CatChen/eslint-suggestion-action from 2 to 4 Bumps [CatChen/eslint-suggestion-action](https://github.com/catchen/eslint-suggestion-action) from 2 to 4. - [Release notes](https://github.com/catchen/eslint-suggestion-action/releases) - [Commits](https://github.com/catchen/eslint-suggestion-action/compare/v2...v4) --- updated-dependencies: - dependency-name: CatChen/eslint-suggestion-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bdbe5727f..55280ac68 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - uses: ./.github/workflows/yarn - - uses: CatChen/eslint-suggestion-action@v2 + - uses: CatChen/eslint-suggestion-action@v4 with: request-changes: true # optional fail-check: true # optional