From f80b0f798406c6b42648f0786a3dc389d6d4b216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 03:59:02 +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_cmake.yml | 4 ++-- .github/workflows/clang-tidy.yml | 2 +- .github/workflows/codeql.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 566f526ac1..602d50ec74 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -124,14 +124,14 @@ jobs: path: avogadrolibs - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: True version: ${{ env.QT_VERSION }} - name: Install OpenSSL (Win64) if: runner.os == 'Windows' - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: True tools: 'tools_opensslv3_x64' diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index d25cfd650a..f86e7b9312 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -35,7 +35,7 @@ jobs: sudo apt-get -qq install clang-tidy - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ env.QT_VERSION }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1c98947ca5..c9f5e255c1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -68,7 +68,7 @@ jobs: sudo apt-get -qq install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5x11extras5-dev libqt5svg5-dev - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: True version: ${{ env.QT_VERSION }}