From 2157c607316385fe0f7ec18206b9b64d01a7723d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 23:05:25 +0000 Subject: [PATCH] Bump microsoft/setup-msbuild from 1.1 to 1.3 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.1 to 1.3. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.1...v1.3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/DV.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6be39b1b4..4cefc625d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v3 - - uses: microsoft/setup-msbuild@v1.1 + - uses: microsoft/setup-msbuild@v1.3 with: msbuild-architecture: x64 - uses: nuget/setup-nuget@v1 diff --git a/.github/workflows/DV.yml b/.github/workflows/DV.yml index e9155871d..235ba09ed 100644 --- a/.github/workflows/DV.yml +++ b/.github/workflows/DV.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v3 - - uses: microsoft/setup-msbuild@v1.1 + - uses: microsoft/setup-msbuild@v1.3 with: msbuild-architecture: x64 - uses: nuget/setup-nuget@v1