diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 546c3a552..7abade093 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -21,7 +21,7 @@ jobs: python -m pip install --upgrade pip pip install pylint - name: pre-commit - uses: pre-commit-ci/lite-action@v1.0.1 + uses: pre-commit-ci/lite-action@v1.0.2 if: always() with: msg: apply code formatting and linting auto-fixes