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