From 990a1bb6b2d743e941d663694647496cb3acaa3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 23:24:08 +0000 Subject: [PATCH] Chore(deps): Bump CatChen/eslint-suggestion-action from 4.1.8 to 4.1.15 Bumps [CatChen/eslint-suggestion-action](https://github.com/catchen/eslint-suggestion-action) from 4.1.8 to 4.1.15. - [Release notes](https://github.com/catchen/eslint-suggestion-action/releases) - [Commits](https://github.com/catchen/eslint-suggestion-action/compare/v4.1.8...v4.1.15) --- updated-dependencies: - dependency-name: CatChen/eslint-suggestion-action dependency-version: 4.1.15 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..b4a9f89d 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.15 with: request-changes: true # optional fail-check: true # optional