Skip to content

Commit e7dbdce

Browse files
committed
small doc update
1 parent 1e82ddd commit e7dbdce

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
@@ -31,15 +31,15 @@ Basic:
3131
```yml
3232
steps:
3333
- uses: actions/checkout@v1
34-
- uses: marian-code/python-lint-annotate@v2
34+
- uses: marian-code/python-lint-annotate@v3
3535
```
3636
3737
Options:
3838
3939
```yml
4040
steps:
4141
- uses: actions/checkout@v1
42-
- uses: marian-code/python-lint-annotate@v2
42+
- uses: marian-code/python-lint-annotate@v3
4343
with:
4444
python-root-list: "src/ tests/*" # accepts wildcards
4545
use-pycodestyle: false

0 commit comments

Comments
 (0)