From d2882e464a285e676ac1206f92338fdb0a8fc982 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 07:04:29 +0000 Subject: [PATCH] Update CatChen/eslint-suggestion-action action to v4 --- .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 cf9aff5a06..432f14a2e9 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@34e2a6c4193eba18a7a20710b5ae37850fc984c3 # v3.1.5 + uses: CatChen/eslint-suggestion-action@b110ac684564c7b73e47cc223eb7a5266ec83fd3 # v4.1.1 with: github-token: ${{ secrets.GITHUB_TOKEN }}