From 23b83e7e02c3a05bd4b4fbd79c2ec2522db726cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 09:58:42 +0000 Subject: [PATCH] Bump the action-updates group with 2 updates Bumps the action-updates group with 2 updates: [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) and [actions/checkout](https://github.com/actions/checkout). Updates `jurplel/install-qt-action` from 3 to 4 - [Release notes](https://github.com/jurplel/install-qt-action/releases) - [Commits](https://github.com/jurplel/install-qt-action/compare/v3...v4) Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: jurplel/install-qt-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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