Skip to content

Commit

Permalink
Revert "Bump jurplel/install-qt-action from 3 to 4 (#470)" (#483)
Browse files Browse the repository at this point in the history
This reverts commit 92697b5.
  • Loading branch information
dail8859 authored Nov 9, 2023
1 parent 45437eb commit 66877e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true

- name: Install Qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.config.qt_version }}
modules: ${{ matrix.config.modules }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
submodules: true

- name: Install Qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: '6.5'

Expand Down

0 comments on commit 66877e8

Please sign in to comment.