Skip to content

Commit ffe24b3

Browse files
committed
docs: Update Readme for the v4 release
1 parent 0b7e999 commit ffe24b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Basic:
3131
```yml
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: marian-code/python-lint-annotate@v3
34+
- uses: marian-code/python-lint-annotate@v4
3535
```
3636
3737
Options:
3838
3939
```yml
4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: marian-code/python-lint-annotate@v3
42+
- uses: marian-code/python-lint-annotate@v4
4343
with:
4444
python-root-list: "src/ tests/*" # accepts wildcards
4545
use-pycodestyle: false
@@ -100,7 +100,7 @@ jobs:
100100
- run: |
101101
python --version # this will output 3.9 now
102102
run tests or other things using python ...
103-
- uses: marian-code/python-lint-annotate@v3
103+
- uses: marian-code/python-lint-annotate@v4
104104
with:
105105
python-root-list: "./tests/*.py"
106106
use-black: true

0 commit comments

Comments
 (0)