From a5ad812054b34e2b5dc2d0bc251378da8f309def Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 21 Dec 2021 14:56:03 -0800 Subject: [PATCH] Bump tj-actions/eslint-changed-files Maybe this will fix https://github.com/owncast/owncast/issues/1607? --- 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 1f5b0eb17..e92a3221f 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@v7.3 + uses: tj-actions/eslint-changed-files@v8.1 with: config_path: '.eslintrc.js' ignore_path: '.eslintignore'