We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e08c72 commit 7cee4eeCopy full SHA for 7cee4ee
.github/workflows/coverage.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Setup Python
23
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
24
with:
25
python-version: "3.10"
26
- run: pip install nox coverage
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
27
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
fail-fast: false
31
32
- name: Setup Python ${{ matrix.python-version }}
33
34
35
python-version: ${{ matrix.python-version }}
36
0 commit comments