We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a9cfa7 + 62363ee commit 58e7ef0Copy full SHA for 58e7ef0
1 file changed
content/lite.md
@@ -6,7 +6,7 @@
6
2. add the [GitHub action] to your workflow as the last step in your job:
7
8
```yaml
9
- - uses: pre-commit-ci/lite-action@v1.0.1
+ - uses: pre-commit-ci/lite-action@v1.0.2
10
if: always()
11
```
12
@@ -67,8 +67,8 @@ jobs:
67
- uses: actions/setup-python@v4
68
with:
69
python-version: 3.x
70
- - uses: pre-commit/action@v3.0.0
71
+ - uses: pre-commit/action@v3.0.1
72
73
74
0 commit comments