From 6df34adc5cfaa2959d39eb530b57782c080fe0a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 05:21:26 +0000 Subject: [PATCH] build(deps): bump jurplel/install-qt-action from 3.2.0 to 3.2.1 Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/jurplel/install-qt-action/releases) - [Commits](https://github.com/jurplel/install-qt-action/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: jurplel/install-qt-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 24b48ea..f8267b9 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Qt - uses: jurplel/install-qt-action@v3.2.0 + uses: jurplel/install-qt-action@v3.2.1 with: version: '6.2.0' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e64d02c..7db8312 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Qt - uses: jurplel/install-qt-action@v3.2.0 + uses: jurplel/install-qt-action@v3.2.1 with: version: '6.2.0' diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 63a5bda..96158bb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Qt - uses: jurplel/install-qt-action@v3.2.0 + uses: jurplel/install-qt-action@v3.2.1 with: arch: win64_mingw81 version: '6.2.0'