Skip to content

Commit 58e7ef0

Browse files
authored
Merge pull request #146 from pre-commit-ci/asottile-patch-1
update lite to supported versions
2 parents 3a9cfa7 + 62363ee commit 58e7ef0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/lite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
2. add the [GitHub action] to your workflow as the last step in your job:
77

88
```yaml
9-
- uses: pre-commit-ci/lite-action@v1.0.1
9+
- uses: pre-commit-ci/lite-action@v1.0.2
1010
if: always()
1111
```
1212
@@ -67,8 +67,8 @@ jobs:
6767
- uses: actions/setup-python@v4
6868
with:
6969
python-version: 3.x
70-
- uses: pre-commit/action@v3.0.0
71-
- uses: pre-commit-ci/lite-action@v1.0.1
70+
- uses: pre-commit/action@v3.0.1
71+
- uses: pre-commit-ci/lite-action@v1.0.2
7272
if: always()
7373
```
7474

0 commit comments

Comments
 (0)