Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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 @@ -127,7 +127,7 @@ jobs:
apt-get clean

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

- name: Build PythonQt
run: |
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
qt5-*-devel

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

- name: Build PythonQt
run: |
Expand Down Expand Up @@ -248,7 +248,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 @@ -348,7 +348,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 @@ -45,7 +45,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
Loading