From 592bbb99b4803e44fc4eadad856ac922b18c5cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:15:25 +0000 Subject: [PATCH] Bump microsoft/setup-msbuild from 1 to 2 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2. - [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...v2) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-checks.yaml | 6 +++--- .github/workflows/release-packages.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index a09bf84b422..3c07e7dd46f 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -688,7 +688,7 @@ jobs: with: submodules: recursive - name: Setup Visual Studio environment - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v2 - name: Fetch dependencies run: | choco install winflexbison3 @@ -744,7 +744,7 @@ jobs: with: submodules: recursive - name: Setup MSBuild - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v2 - name: Fetch dependencies run: | choco install -y winflexbison3 strawberryperl wget @@ -813,7 +813,7 @@ jobs: with: submodules: recursive - name: Setup Visual Studio environment - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v2 - name: Fetch dependencies run: | choco install winflexbison3 diff --git a/.github/workflows/release-packages.yaml b/.github/workflows/release-packages.yaml index dcf307df97f..d796791b44e 100644 --- a/.github/workflows/release-packages.yaml +++ b/.github/workflows/release-packages.yaml @@ -190,7 +190,7 @@ jobs: with: submodules: recursive - name: Setup Visual Studio environment - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v2 - name: Fetch dependencies run: | choco install winflexbison3