From ccdcd17ffd1350eb36c1ff43637d0dbd40b8cdfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:37:20 +0000 Subject: [PATCH] chore(deps): update tj-actions/eslint-changed-files action to v24 (#2019) 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 2fff0649..3a8b44fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: yarn install - name: Run eslint on changed files - uses: tj-actions/eslint-changed-files@v23 + uses: tj-actions/eslint-changed-files@v24 if: github.event_name == 'pull_request' with: token: ${{ secrets.PAT_TOKEN }}