From 060623ce5939eca602724dd64e803e5f3bfe95ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 14:13:53 +0000 Subject: [PATCH] Bump lukka/run-vcpkg from 10.0 to 10.1 Bumps [lukka/run-vcpkg](https://github.com/lukka/run-vcpkg) from 10.0 to 10.1. - [Release notes](https://github.com/lukka/run-vcpkg/releases) - [Commits](https://github.com/lukka/run-vcpkg/compare/v10.0...v10.1) --- updated-dependencies: - dependency-name: lukka/run-vcpkg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/vcpkg_ci_linux.yml | 2 +- .github/workflows/vcpkg_ci_mac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vcpkg_ci_linux.yml b/.github/workflows/vcpkg_ci_linux.yml index 1d92f197..9e531fe1 100644 --- a/.github/workflows/vcpkg_ci_linux.yml +++ b/.github/workflows/vcpkg_ci_linux.yml @@ -90,7 +90,7 @@ jobs: # Needed for caching the actual vcpkg executable - name: 'Restore from cache and install vcpkg' - uses: lukka/run-vcpkg@v10.0 + uses: lukka/run-vcpkg@v10.1 with: vcpkgGitURL: ${{ steps.vcpkg_info.outputs.repo_url }} vcpkgGitCommitId: ${{ steps.vcpkg_info.outputs.commit }} diff --git a/.github/workflows/vcpkg_ci_mac.yml b/.github/workflows/vcpkg_ci_mac.yml index 2bf63970..63295bbf 100644 --- a/.github/workflows/vcpkg_ci_mac.yml +++ b/.github/workflows/vcpkg_ci_mac.yml @@ -85,7 +85,7 @@ jobs: # Needed for caching the actual vcpkg executable - name: 'Restore from cache and install vcpkg' - uses: lukka/run-vcpkg@v10.0 + uses: lukka/run-vcpkg@v10.1 with: vcpkgGitURL: ${{ steps.vcpkg_info.outputs.repo_url }} vcpkgGitCommitId: ${{ steps.vcpkg_info.outputs.commit }}