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 8980fd4 commit b64b376Copy full SHA for b64b376
.github/workflows/ci-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v2
32
33
- name: Set up Python
34
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
35
with:
36
python-version: ${{ env.py-semver }}
37
@@ -122,7 +122,7 @@ jobs:
122
fetch-depth: 0
123
124
125
126
127
128
@@ -153,7 +153,7 @@ jobs:
153
154
155
156
157
158
python-version: "3.10" # quoted, otherwise that turns into the number 3.1
159
0 commit comments