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.
2 parents e67694e + 8b3859b commit 20fdd5dCopy full SHA for 20fdd5d
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
container: docker://python:3.11-buster
31
steps:
32
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
33
- name: Build
34
run: |
35
python -m venv venv
@@ -214,7 +214,7 @@ jobs:
214
reactor:
215
tox: pyside2
216
217
218
- name: Enable Problem Matchers
219
220
echo "::add-matcher::.github/local-problem-matchers.json"
@@ -274,7 +274,7 @@ jobs:
274
- short: 311
275
dotted: "3.11"
276
277
278
- name: Set up Python ${{ matrix.python.dotted }}
279
uses: actions/setup-python@v5
280
with:
0 commit comments