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 bd36546 + 14b289b commit 0ecee7bCopy full SHA for 0ecee7b
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
container: docker://python:3.11-buster
34
steps:
35
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
36
- name: Build
37
run: |
38
python -m venv venv
@@ -274,7 +274,7 @@ jobs:
274
reactor:
275
tox: pyside2
276
277
278
- name: Enable Problem Matchers
279
280
echo "::add-matcher::.github/local-problem-matchers.json"
@@ -334,7 +334,7 @@ jobs:
334
- short: 311
335
dotted: "3.11"
336
337
338
- name: Set up Python ${{ matrix.python.dotted }}
339
uses: actions/setup-python@v6
340
with:
0 commit comments