From 45841d90875a2231f8892b79449fc193b8947650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 10:31:17 +0000 Subject: [PATCH] chore(deps): update wearerequired/lint-action action to v1.12.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 44d61c9e..74369680 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: # Otherwise, run lint autofixer - name: Lint if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.repository_owner }} - uses: wearerequired/lint-action@v1.10.0 + uses: wearerequired/lint-action@v1.12.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: