Bump jurplel/install-qt-action from 3.2.1 to 3.3.0 (#4753)

This commit is contained in:
dependabot[bot]
2023-08-07 11:00:33 +02:00
committed by GitHub
parent 69c983e0d9
commit 8330119425
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -108,7 +108,7 @@ jobs:
- name: Install Qt5
if: startsWith(matrix.qt-version, '5.')
uses: jurplel/install-qt-action@v3.2.1
uses: jurplel/install-qt-action@v3.3.0
with:
cache: true
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2
@@ -116,7 +116,7 @@ jobs:
- name: Install Qt6
if: startsWith(matrix.qt-version, '6.')
uses: jurplel/install-qt-action@v3.2.1
uses: jurplel/install-qt-action@v3.3.0
with:
cache: true
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
submodules: recursive
- name: Install Qt
uses: jurplel/install-qt-action@v3.2.1
uses: jurplel/install-qt-action@v3.3.0
with:
cache: true
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2