From e41bc0b853a4f6cd2bb6dd226820067b6e5605bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:04:21 +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 93be936..861f520 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