We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cb7534 + c0eae5f commit 4b6b802Copy full SHA for 4b6b802
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.3
+ - uses: pre-commit-ci/lite-action@v1.1.0
10
if: always()
11
```
12
@@ -68,7 +68,7 @@ jobs:
68
with:
69
python-version: 3.x
70
- uses: pre-commit/action@v3.0.1
71
72
73
74
0 commit comments