Skip to content

Commit 84a16c5

Browse files
Bump microsoft/setup-msbuild from 2 to 3
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2 to 3. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](microsoft/setup-msbuild@v2...v3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ac2b9e commit 84a16c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: gradle/actions/setup-gradle@v5
102102

103103
- name: Add MSBuild to PATH
104-
uses: microsoft/setup-msbuild@v2
104+
uses: microsoft/setup-msbuild@v3
105105

106106
- name: Setup Visual Studio and Windows SDK environment
107107
shell: cmd

.github/workflows/codeql-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
java-version: 21
6262

6363
- name: Setup Visual Studio Build Tools
64-
uses: microsoft/setup-msbuild@v2
64+
uses: microsoft/setup-msbuild@v3
6565

6666
# This step uses Microsoft's vswhere tool to verify that the official Windows 10 SDK (version 19041) is installed.
6767
# vswhere is a Microsoft-provided command-line utility that locates Visual Studio installations and their components.

0 commit comments

Comments
 (0)