From d3e353428b1c2614050e361965b8e273f4755057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:36:37 +0000 Subject: [PATCH] Actions(deps): Bump microsoft/setup-msbuild from 1.1.3 to 2.0.0 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.1.3 to 2.0.0. - [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.3...v2.0.0) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-on-windows-with-msvc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-on-windows-with-msvc.yml b/.github/workflows/build-on-windows-with-msvc.yml index 4232d89a..1f8b6516 100644 --- a/.github/workflows/build-on-windows-with-msvc.yml +++ b/.github/workflows/build-on-windows-with-msvc.yml @@ -9,7 +9,7 @@ jobs: name: Build on Windows with MSVC runs-on: windows-latest steps: - - uses: microsoft/setup-msbuild@v1.1.3 + - uses: microsoft/setup-msbuild@v2.0.0 - uses: actions/checkout@v3