Skip to content

Commit 0833dbe

Browse files
Bump microsoft/setup-msbuild from 2 to 3 (#4647)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f980527 commit 0833dbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)