diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 733088705..f961b5aaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,7 +92,7 @@ jobs: - name: Install Qt5 if: startsWith(matrix.qt-version, '5.') - uses: jurplel/install-qt-action@v3.0.0 + uses: jurplel/install-qt-action@v3.1.0 with: cache: true cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2 @@ -100,7 +100,7 @@ jobs: - name: Install Qt6 if: startsWith(matrix.qt-version, '6.') - uses: jurplel/install-qt-action@v3.0.0 + uses: jurplel/install-qt-action@v3.1.0 with: cache: true cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1c9df85b..f0d7b6430 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }} - name: Install Qt - uses: jurplel/install-qt-action@v3.0.0 + uses: jurplel/install-qt-action@v3.1.0 with: cache: true cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}