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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 12 deletions

View file

@ -38,17 +38,11 @@ jobs:
submodules: true
fetch-depth: 0 # allows for tags access
- name: Cache Qt
id: cache-qt
uses: actions/cache@v3
with:
path: "${{ github.workspace }}/qt/"
key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}
- 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/"

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/"