diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2139715..30f4fce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,14 +35,14 @@ jobs: steps: - name: Install Qt with options and default aqtversion - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: aqtversion: null # use whatever the default is version: ${{ matrix.config.qt_version }} cache: true - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install ninja-build tool (must be after Qt due PATH changes) uses: turtlesec-no/get-ninja@main