3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-29 13:34:51 +00:00

chore(deps): update tj-actions/eslint-changed-files action to v19 (#1185)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-26 20:12:13 +00:00 committed by GitHub
parent fd2b77dd74
commit bc88d8bc95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ jobs:
yarn install
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v18
uses: tj-actions/eslint-changed-files@v19
if: github.event_name != 'push'
with:
token: ${{ secrets.PAT_TOKEN }}