We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cc14f commit bc595aaCopy full SHA for bc595aa
.github/workflows/ci.yml
@@ -11,12 +11,12 @@ jobs:
11
matrix:
12
python-version: ["3.8", "3.9", "3.10"]
13
steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v4
16
with:
17
python-version: "${{ matrix.python-version }}"
18
- name: Install tox
19
run: python -m pip install tox tox-gh-actions
20
- name: Run tox
21
run: python -m tox
22
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
0 commit comments