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 2f65430 + f962c5c commit a2b6825Copy full SHA for a2b6825
.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@v4
+ - uses: actions/checkout@v5
36
- name: Build
37
run: |
38
python -m venv venv
@@ -262,7 +262,7 @@ jobs:
262
reactor:
263
tox: pyside2
264
265
266
- name: Enable Problem Matchers
267
268
echo "::add-matcher::.github/local-problem-matchers.json"
@@ -322,7 +322,7 @@ jobs:
322
- short: 311
323
dotted: "3.11"
324
325
326
- name: Set up Python ${{ matrix.python.dotted }}
327
uses: actions/setup-python@v5
328
with:
0 commit comments