From 6a1858d49e24d2c523c9442a191c6e2efd3c9c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 02:53:36 +0000 Subject: [PATCH] ci: bump wearerequired/lint-action from 2 to 3 Bumps [wearerequired/lint-action](https://github.com/wearerequired/lint-action) from 2 to 3. - [Release notes](https://github.com/wearerequired/lint-action/releases) - [Commits](https://github.com/wearerequired/lint-action/compare/v2...v3) --- updated-dependencies: - dependency-name: wearerequired/lint-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 6b4a5fd..c9f995d 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node }} - name: Run TS Project linters - uses: wearerequired/lint-action@v2 + uses: wearerequired/lint-action@v3 with: eslint: true prettier: true