From a7739f182203f7f1c770c928ba4986f175882027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:57:34 +0000 Subject: [PATCH] ci: Bump tj-actions/eslint-changed-files from 19 to 20 Bumps [tj-actions/eslint-changed-files](https://github.com/tj-actions/eslint-changed-files) from 19 to 20. - [Release notes](https://github.com/tj-actions/eslint-changed-files/releases) - [Changelog](https://github.com/tj-actions/eslint-changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/eslint-changed-files/compare/v19...v20) --- updated-dependencies: - dependency-name: tj-actions/eslint-changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 3a616b015..70d02a224 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -53,7 +53,7 @@ jobs: yarn install --frozen-lockfile - name: Run ESLint - uses: tj-actions/eslint-changed-files@v19 + uses: tj-actions/eslint-changed-files@v20 with: config_path: ".eslintrc.js" ignore_path: ".eslintignore"