From df0acc4680b72a86fe3496ba4f9166bb567601dd Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 22 Feb 2024 14:09:01 -0500 Subject: [PATCH] update git action --- .github/workflows/on_pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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