From cd482143e2db619f95b1ce568b7bbcfe57a5f4e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 22:52:55 +0000 Subject: [PATCH] Chore(deps): Bump CatChen/eslint-suggestion-action from 4.1.8 to 4.1.12 Bumps [CatChen/eslint-suggestion-action](https://github.com/catchen/eslint-suggestion-action) from 4.1.8 to 4.1.12. - [Release notes](https://github.com/catchen/eslint-suggestion-action/releases) - [Commits](https://github.com/catchen/eslint-suggestion-action/compare/v4.1.8...v4.1.12) --- updated-dependencies: - dependency-name: CatChen/eslint-suggestion-action dependency-version: 4.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/web-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-lint.yml b/.github/workflows/web-lint.yml index 27ba8b4d..553783a3 100644 --- a/.github/workflows/web-lint.yml +++ b/.github/workflows/web-lint.yml @@ -22,7 +22,7 @@ jobs: - uses: ./.github/actions/yarn - - uses: CatChen/eslint-suggestion-action@v4.1.8 + - uses: CatChen/eslint-suggestion-action@v4.1.12 with: request-changes: true # optional fail-check: true # optional