From 074f42c25436dc56e1d1d6b7b1efdc6b8b5ee299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:00:11 +0000 Subject: [PATCH] Bump jurplel/install-qt-action from 3 to 4 Bumps [jurplel/install-qt-action](/~https://github.com/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) --- updated-dependencies: - dependency-name: jurplel/install-qt-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/nightly.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a66b39..7b06bac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ 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 }} diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c76a383..6a5bb33 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -32,7 +32,7 @@ jobs: sudo apt install -y doxygen - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: aqtversion: null # use whatever the default is version: 5.15.2 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9c6e3c3..db58f5f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Install Qt ${{ matrix.config.qt_version }} with options and default aqtversion - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{ matrix.config.qt_version }} cache: true