Skip to content

Commit

Permalink
Bump tj-actions/eslint-changed-files from 13.3 to 14
Browse files Browse the repository at this point in the history
Bumps [tj-actions/eslint-changed-files](/~https://github.com/tj-actions/eslint-changed-files) from 13.3 to 14.
- [Release notes](/~https://github.com/tj-actions/eslint-changed-files/releases)
- [Changelog](/~https://github.com/tj-actions/eslint-changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/eslint-changed-files@v13.3...v14)

---
updated-dependencies:
- dependency-name: tj-actions/eslint-changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jackton1 committed Sep 14, 2022
1 parent 349ae9e commit 6512f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
yarn install
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v13.3
uses: tj-actions/eslint-changed-files@v14
with:
token: ${{ secrets.PAT_TOKEN }}
config_path: ".eslintrc.json"
Expand Down

0 comments on commit 6512f63

Please sign in to comment.