Skip to content

Commit 554857f

Browse files
authored
Merge pull request #167 from pre-commit-ci/upgrade-lite-action
lite-action to v1.0.3
2 parents d342bcd + 900d068 commit 554857f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/lite.md

+2-2
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/[email protected].2
9+
- uses: pre-commit-ci/[email protected].3
1010
if: always()
1111
```
1212
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
python-version: 3.x
7070
- uses: pre-commit/[email protected]
71-
- uses: pre-commit-ci/[email protected].2
71+
- uses: pre-commit-ci/[email protected].3
7272
if: always()
7373
```
7474

0 commit comments

Comments
 (0)