Skip to content

Commit

Permalink
update instal-qt-action
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Oct 14, 2024
1 parent 142a12a commit b504376
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
key: ${{ runner.os }}-Qt-${{ matrix.QT_VER }}-Cache

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
setup-python: false
version: ${{ matrix.QT_VER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
key: ${{ runner.os }}-Qt-${{ matrix.QT_VER }}-Cache

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
setup-python: false
version: ${{ matrix.QT_VER }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
key: ${{ runner.os }}-Qt-${{ matrix.QT_VER }}-Cache

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
setup-python: false
version: ${{ matrix.QT_VER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
key: ${{ runner.os }}-Qt-${{ matrix.QT_VER }}-Cache

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
setup-python: false
version: ${{ matrix.QT_VER }}
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
key: ${{ runner.os }}-Qt-${{ matrix.QT_VER }}-Cache

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
setup-python: false
version: ${{ matrix.QT_VER }}
Expand Down

0 comments on commit b504376

Please sign in to comment.