From 6de1dfeb81b439aedc0259403df28c8c536fe0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:10:46 +0000 Subject: [PATCH] Bump lukka/run-vcpkg from 10 to 11 Bumps [lukka/run-vcpkg](https://github.com/lukka/run-vcpkg) from 10 to 11. - [Release notes](https://github.com/lukka/run-vcpkg/releases) - [Commits](https://github.com/lukka/run-vcpkg/compare/v10...v11) --- updated-dependencies: - dependency-name: lukka/run-vcpkg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1d5f9cfa6084e..c0b698ae7b876 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -129,7 +129,7 @@ jobs: '{"name": "tao","version-string": "githubaction","dependencies": [ ${{ matrix.vcpkgpackages }} ]}' > vcpkg.json shell: pwsh - name: Install vcpkg - uses: lukka/run-vcpkg@v10 + uses: lukka/run-vcpkg@v11 with: vcpkgGitCommitId: f93ba152d55e1d243160e690bc302ffe8638358e appendedCacheKey: ${{ matrix.name }}