File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 # don't copy this, this is for self-testing only
1919 # see the README for how to use this action
2020 - uses : ./.
21- name : Run pre-commit-ci/lite-action@v1.0.1
21+ name : Run pre-commit-ci/lite-action@v1.0.2
2222 if : always()
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ fixes PRs
12122 . add the [ GitHub action] to your workflow as the last step in your job:
1313
1414 ``` yaml
15- - uses : pre-commit-ci/lite-action@v1.0.1
15+ - uses : pre-commit-ci/lite-action@v1.0.2
1616 if : always()
1717 ` ` `
1818
@@ -25,7 +25,7 @@ fixes PRs
2525 used for auto fixing
2626
2727 ` ` ` yaml
28- - uses: pre-commit-ci/lite-action@v1.0.1
28+ - uses: pre-commit-ci/lite-action@v1.0.2
2929 if: always()
3030 with:
3131 msg: apply code formatting
5050 - uses: actions/setup-python@v4
5151 with:
5252 python-version: 3.x
53- - uses: pre-commit/action@v3.0.0
54- - uses: pre-commit-ci/lite-action@v1.0.1
53+ - uses: pre-commit/action@v3.0.1
54+ - uses: pre-commit-ci/lite-action@v1.0.2
5555 if: always()
5656` ` `
5757
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ from typing import Iterable
1515from typing import NamedTuple
1616from typing import Sequence
1717
18- _VERSION = 'v1.0.1 '
18+ _VERSION = 'v1.0.2 '
1919
2020_GIT = (
2121 'git' ,
You can’t perform that action at this time.
0 commit comments