From ec2e0a4d1544b992a183f231b1a5a4ec4d4a8f5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:49:20 +0000 Subject: [PATCH] Update CatChen/eslint-suggestion-action action to v3.1.1 --- .github/workflows/pr-suggestions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-suggestions.yml b/.github/workflows/pr-suggestions.yml index e18a82bc77..50633e06b4 100644 --- a/.github/workflows/pr-suggestions.yml +++ b/.github/workflows/pr-suggestions.yml @@ -33,6 +33,6 @@ jobs: - name: Run eslint if: ${{ github.repository == 'jellyfin/jellyfin-web' }} - uses: CatChen/eslint-suggestion-action@1d3c34d8a59287e1c4b6e3b11093da99b86ad729 # v3.1.0 + uses: CatChen/eslint-suggestion-action@912483cec485e691398ec76c25fef971456039a1 # v3.1.1 with: github-token: ${{ secrets.GITHUB_TOKEN }}