Bump jurplel/install-qt-action from 3.1.0 to 3.2.0 (#4591)

Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/jurplel/install-qt-action/releases)
- [Commits](https://github.com/jurplel/install-qt-action/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: jurplel/install-qt-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
dependabot[bot] 2023-05-07 09:55:18 +00:00 committed by GitHub
parent 0eb33eca90
commit 33f7d90ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ jobs:
- name: Install Qt5 - name: Install Qt5
if: startsWith(matrix.qt-version, '5.') if: startsWith(matrix.qt-version, '5.')
uses: jurplel/install-qt-action@v3.1.0 uses: jurplel/install-qt-action@v3.2.0
with: with:
cache: true cache: true
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2 cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2
@ -112,7 +112,7 @@ jobs:
- name: Install Qt6 - name: Install Qt6
if: startsWith(matrix.qt-version, '6.') if: startsWith(matrix.qt-version, '6.')
uses: jurplel/install-qt-action@v3.1.0 uses: jurplel/install-qt-action@v3.2.0
with: with:
cache: true cache: true
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2 cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2

View file

@ -34,7 +34,7 @@ jobs:
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }} key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3.1.0 uses: jurplel/install-qt-action@v3.2.0
with: with:
cache: true cache: true
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }} cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}