Skip to content

Commit 38e00a8

Browse files
committed
Merge branch 'master' of github.com:timvink/mkdocs-git-authors-plugin
2 parents 836f7e5 + 3526c70 commit 38e00a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests_codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@master
2323
- name: Setup Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v1
24+
uses: actions/setup-python@v2
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Static code checking with pyflakes
@@ -40,4 +40,4 @@ jobs:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
file: ./coverage.xml
4242
flags: unittests
43-
fail_ci_if_error: true
43+
fail_ci_if_error: true

0 commit comments

Comments
 (0)