diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 483ca5d..527c9d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: "${{ env.QT_VERSION }}.*" cache: true