update git action

This commit is contained in:
Vladimir Mandic
2024-02-22 14:09:01 -05:00
parent 9d1a827900
commit df0acc4680
+1 -1
View File
@@ -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