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') }}