Skip to content

Commit

Permalink
chore(deps): update tj-actions/eslint-changed-files action to v22 (#1864
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 16, 2024
1 parent 8787431 commit 99248a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
yarn install
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v21
uses: tj-actions/eslint-changed-files@v22
if: github.event_name == 'pull_request'
with:
token: ${{ secrets.PAT_TOKEN }}
Expand Down

0 comments on commit 99248a4

Please sign in to comment.