We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d342bcd commit 900d068Copy full SHA for 900d068
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.2
+ - uses: pre-commit-ci/lite-action@v1.0.3
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