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'