From 99248a443855d73284abf52520f897dba851b914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 22:31:01 +0000 Subject: [PATCH] chore(deps): update tj-actions/eslint-changed-files action to v22 (#1864) 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 e4e299270b7..eb12471bbae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}