From 778412addc9e53805e7b3d9715322281167b2f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:15:09 +0000 Subject: [PATCH] Bump CatChen/eslint-suggestion-action from 3 to 4 Bumps [CatChen/eslint-suggestion-action](https://github.com/catchen/eslint-suggestion-action) from 3 to 4. - [Release notes](https://github.com/catchen/eslint-suggestion-action/releases) - [Commits](https://github.com/catchen/eslint-suggestion-action/compare/v3...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/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 49cb407..038eb31 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: yarn install - - uses: CatChen/eslint-suggestion-action@v3 + - uses: CatChen/eslint-suggestion-action@v4 with: targets: 'src' fail-check: ${{ github.event_name == 'workflow_call' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}