Skip to content

Commit

Permalink
Bump CatChen/eslint-suggestion-action from 3 to 4
Browse files Browse the repository at this point in the history
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](CatChen/eslint-suggestion-action@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 6231fe7 commit 778412a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}

0 comments on commit 778412a

Please sign in to comment.