File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
# don't copy this, this is for self-testing only
19
19
# see the README for how to use this action
20
20
- uses : ./.
21
- name : Run pre-commit-ci/lite-action@v1.0.3
21
+ name : Run pre-commit-ci/lite-action@v1.1.0
22
22
if : always()
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ fixes PRs
12
12
2 . add the [ GitHub action] to your workflow as the last step in your job:
13
13
14
14
``` yaml
15
- - uses : pre-commit-ci/lite-action@v1.0.3
15
+ - uses : pre-commit-ci/lite-action@v1.1.0
16
16
if : always()
17
17
` ` `
18
18
@@ -25,7 +25,7 @@ fixes PRs
25
25
used for auto fixing
26
26
27
27
` ` ` yaml
28
- - uses: pre-commit-ci/lite-action@v1.0.3
28
+ - uses: pre-commit-ci/lite-action@v1.1.0
29
29
if: always()
30
30
with:
31
31
msg: apply code formatting
51
51
with:
52
52
python-version: 3.x
53
53
- uses: pre-commit/action@v3.0.1
54
- - uses: pre-commit-ci/lite-action@v1.0.3
54
+ - uses: pre-commit-ci/lite-action@v1.1.0
55
55
if: always()
56
56
` ` `
57
57
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ from collections.abc import Sequence
14
14
from typing import Any
15
15
from typing import NamedTuple
16
16
17
- _VERSION = 'v1.0.3 '
17
+ _VERSION = 'v1.1.0 '
18
18
19
19
_GIT = (
20
20
'git' ,
You can’t perform that action at this time.
0 commit comments