From c6d68b136a1ed29604920282f4ac19f8e33aabcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:40:44 +0000 Subject: [PATCH] Update wearerequired/lint-action action to v2.3.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c60c74d..55d19ec5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: # Run project linter - name: Run ESLint - uses: wearerequired/lint-action@v2.0.1 + uses: wearerequired/lint-action@v2.3.0 with: eslint: true eslint_extensions: "ts,tsx"