chore: downgrade tj-actions/eslint-changed-files pending move to eslint 9 (#2124)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Tonye Jack
2024-06-03 06:08:32 -06:00
committed by GitHub
parent 60268df189
commit 4ae1154663
3 changed files with 15 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ jobs:
yarn install
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v25
uses: tj-actions/eslint-changed-files@v24
if: github.event_name == 'pull_request'
with:
token: ${{ secrets.PAT_TOKEN }}