Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
container: docker://python:3.11-buster
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build
run: |
python -m venv venv
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
reactor:
tox: pyside2
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Enable Problem Matchers
run: |
echo "::add-matcher::.github/local-problem-matchers.json"
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
- short: 311
dotted: "3.11"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python.dotted }}
uses: actions/setup-python@v5
with:
Expand Down
Loading