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