Skip to content

Commit 4b6b802

Browse files
authored
Merge pull request #169 from pre-commit-ci/bump-lite
update lite-action to v1.1.0
2 parents 7cb7534 + c0eae5f commit 4b6b802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/lite.md

Lines changed: 2 additions & 2 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.3
9+
- uses: pre-commit-ci/lite-action@v1.1.0
1010
if: always()
1111
```
1212
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
python-version: 3.x
7070
- uses: pre-commit/action@v3.0.1
71-
- uses: pre-commit-ci/lite-action@v1.0.3
71+
- uses: pre-commit-ci/lite-action@v1.1.0
7272
if: always()
7373
```
7474

0 commit comments

Comments
 (0)