Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
apt-get clean

- name: Checkout PythonQt
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Ccache
uses: hendrikmuhs/[email protected]
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
qt5-*-devel

- name: Checkout PythonQt
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Build PythonQt
run: |
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
python-version: '${{ matrix.python-version }}'

- name: Checkout PythonQt
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Ccache
uses: hendrikmuhs/[email protected]
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
steps:

- name: Checkout PythonQt
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Reset PATH
uses: egor-tensin/cleanup-path@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: '${{ matrix.python-version }}'

- name: Checkout PythonQt
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Ccache
uses: hendrikmuhs/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Doxygen
run: sudo apt-get install doxygen graphviz -y
Expand Down
Loading