Skip to content

Commit 6df83c2

Browse files
committed
bump version
1 parent cda8f38 commit 6df83c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.4.0
34+
- uses: marian-code/python-lint-annotate@v2.5.0
3535
```
3636
3737
Options:
3838
3939
```yml
4040
steps:
4141
- uses: actions/checkout@v1
42-
- uses: marian-code/python-lint-annotate@v2.4.0
42+
- uses: marian-code/python-lint-annotate@v2.5.0
4343
with:
4444
python-root-list: "'src/ tests/*'" # accepts wildcards, whole expresion must be enclosed in commas
4545
use-pycodestyle: false
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-20.04
8989
steps:
9090
- uses: actions/checkout@v1
91-
- uses: marian-code/pyaction@master
91+
- uses: marian-code/pyaction@v2.5.0
9292
with:
9393
python-root-list: "./tests/'*'.py"
9494
use-black: true

0 commit comments

Comments
 (0)