Update jurplel/install-qt-action GitHub Action from v2 to v3 (#4106)

This commit is contained in:
pajlada
2022-11-03 20:03:16 +01:00
committed by GitHub
parent 270a3653b9
commit fcf3f2d88b
2 changed files with 6 additions and 12 deletions
+3 -3
View File
@@ -33,11 +33,11 @@ jobs:
path: "${{ github.workspace }}/qt/"
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
# LINUX
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3.0.0
with:
cached: ${{ steps.cache-qt.outputs.cache-hit }}
cache: true
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
version: ${{ matrix.qt-version }}
dir: "${{ github.workspace }}/qt/"