diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c4f37d4..51eb875 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -33,7 +33,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