From 56c86d78c5d98fa903c7dd84b82d9660011f58e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:57:28 +0100 Subject: [PATCH] Bump lukka/run-vcpkg from 11.4 to 11.5 (#42) Bumps [lukka/run-vcpkg](https://github.com/lukka/run-vcpkg) from 11.4 to 11.5. - [Release notes](https://github.com/lukka/run-vcpkg/releases) - [Commits](https://github.com/lukka/run-vcpkg/compare/v11.4...v11.5) --- updated-dependencies: - dependency-name: lukka/run-vcpkg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/windows-build-qt6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-build-qt6.yml b/.github/workflows/windows-build-qt6.yml index b729ba6..2ac0dce 100644 --- a/.github/workflows/windows-build-qt6.yml +++ b/.github/workflows/windows-build-qt6.yml @@ -37,7 +37,7 @@ jobs: run: echo 'set(VCPKG_BUILD_TYPE "release")' >> vcpkg/triplets/x64-windows.cmake - name: Run vcpkg - uses: lukka/run-vcpkg@v11.4 + uses: lukka/run-vcpkg@v11.5 - name: Build uses: lukka/run-cmake@v10