diff --git a/.github/workflows/linux_debug.yml b/.github/workflows/linux_debug.yml index f9d5f77..77dfe7d 100644 --- a/.github/workflows/linux_debug.yml +++ b/.github/workflows/linux_debug.yml @@ -28,7 +28,7 @@ jobs: submodules: recursive - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.QT_VERSION }} host: linux diff --git a/.github/workflows/linux_release.yml b/.github/workflows/linux_release.yml index 496921f..a74e153 100644 --- a/.github/workflows/linux_release.yml +++ b/.github/workflows/linux_release.yml @@ -37,7 +37,7 @@ jobs: git fetch --all --tags -f - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.QT_VERSION }} host: linux diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 05193af..6f87403 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -37,7 +37,7 @@ jobs: git fetch --all --tags -f - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.QT_VERSION }} host: windows