From e5021f49cf3497cddb7a86fbfdea818add04ca64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:29:01 +0000 Subject: [PATCH] Bump lukka/run-vcpkg from 11.5 to 11.6 Bumps [lukka/run-vcpkg](https://github.com/lukka/run-vcpkg) from 11.5 to 11.6. - [Release notes](https://github.com/lukka/run-vcpkg/releases) - [Commits](https://github.com/lukka/run-vcpkg/compare/v11.5...v11.6) --- updated-dependencies: - dependency-name: lukka/run-vcpkg dependency-version: '11.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 a299474..590e7e3 100644 --- a/.github/workflows/windows-build-qt6.yml +++ b/.github/workflows/windows-build-qt6.yml @@ -33,7 +33,7 @@ jobs: run: echo 'set(VCPKG_BUILD_TYPE "release")' >> vcpkg/triplets/x64-windows.cmake - name: Run vcpkg - uses: lukka/run-vcpkg@v11.5 + uses: lukka/run-vcpkg@v11.6 - name: Build uses: lukka/run-cmake@v10