Skip to content

Commit ddeab9a

Browse files
author
Janos Tolgyesi
committed
update gh actions
1 parent 05a3e87 commit ddeab9a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
outputs:
3232
coverage: ${{ steps.tox.outputs.coverage }}
3333
steps:
34-
- uses: actions/checkout@v1
34+
- uses: actions/checkout@v3
3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v4
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: Install dependencies
@@ -44,6 +44,7 @@ jobs:
4444
id: tox
4545
run: |
4646
make test-all
47+
make coverage
4748
- name: Upload coverage reports to Codecov
4849
uses: codecov/codecov-action@v3
4950
env:
@@ -52,9 +53,9 @@ jobs:
5253
docs:
5354
runs-on: ubuntu-latest
5455
steps:
55-
- uses: actions/checkout@v1
56+
- uses: actions/checkout@v3
5657
- name: Set up Python 3.10
57-
uses: actions/setup-python@v2
58+
uses: actions/setup-python@v4
5859
with:
5960
python-version: "3.10"
6061
- name: Install dependencies

0 commit comments

Comments
 (0)