Skip to content

Commit f394c33

Browse files
committed
docs: update readme with correct version in examples
1 parent 22702f0 commit f394c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
with:
3030
fetch-depth: 0
31-
- uses: open-turo/action-pre-commit@v1
31+
- uses: open-turo/action-pre-commit@v2
3232
```
3333
3434
Overriding defaults:
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141
with:
4242
fetch-depth: 0
43-
- uses: open-turo/action-pre-commit@v1
43+
- uses: open-turo/action-pre-commit@v2
4444
with:
4545
# Override the config file used by default
4646
config-file: .commitlintrc.yaml

0 commit comments

Comments
 (0)