From 6839a986877de377a636b9f0c6473531caa26cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 06:56:50 +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 6e25e4af0e204..38dfb1881b5ee 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: 6ca56aeb457f033d344a7106cb3f9f1abf8f4e98 appendedCacheKey: ${{ matrix.name }}