From bc88d8bc954005f987c5c73e133f2cb4927ddf3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 20:12:13 +0000 Subject: [PATCH] chore(deps): update tj-actions/eslint-changed-files action to v19 (#1185) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db99a2a3..3767ac62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}