From ab35fb7f6487f4bad7d5ab990f5dc918614f211e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:12:06 +0000 Subject: [PATCH] Chore(deps): Bump CatChen/eslint-suggestion-action from 4.1.8 to 4.1.19 Bumps [CatChen/eslint-suggestion-action](https://github.com/catchen/eslint-suggestion-action) from 4.1.8 to 4.1.19. - [Release notes](https://github.com/catchen/eslint-suggestion-action/releases) - [Commits](https://github.com/catchen/eslint-suggestion-action/compare/v4.1.8...v4.1.19) --- updated-dependencies: - dependency-name: CatChen/eslint-suggestion-action dependency-version: 4.1.19 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..5be62cfd 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.19 with: request-changes: true # optional fail-check: true # optional