Skip to content

Commit

Permalink
chore(ci): Update jurplel/install-qt-action from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
guihkx committed Jul 17, 2024
1 parent 07a73ec commit 5a877e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
echo "file_name=${file_name}" >> "${GITHUB_OUTPUT}"
- name: Install Qt ${{ matrix.qt-version }} (aqtinstall)
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt-version }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Install Qt ${{ matrix.qt-version }} (aqtinstall, ${{ matrix.arch }})
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt-version }}
cache: true
Expand Down

0 comments on commit 5a877e3

Please sign in to comment.