From 78b891cc519af0eaa1ba68dd1784ad32d7a75835 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 11 Feb 2022 14:11:26 -0800 Subject: [PATCH] Bump eslint-changed-files to v9 --- web/.github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index cc467c786..ec0cec5c7 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Linter - uses: tj-actions/eslint-changed-files@v8.6 + uses: tj-actions/eslint-changed-files@v9 with: config_path: '.eslintrc.js' ignore_path: '.eslintignore'