diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f11e9fcbf..ef0174d66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: - name: Install Qt5 if: startsWith(matrix.qt-version, '5.') - uses: jurplel/install-qt-action@v3.2.0 + uses: jurplel/install-qt-action@v3.2.1 with: cache: true cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2 @@ -115,7 +115,7 @@ jobs: - name: Install Qt6 if: startsWith(matrix.qt-version, '6.') - uses: jurplel/install-qt-action@v3.2.0 + uses: jurplel/install-qt-action@v3.2.1 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 967c34e36..7ef41f8b6 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.2.0 + uses: jurplel/install-qt-action@v3.2.1 with: cache: true cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}