Skip to content

Commit 9ec7f02

Browse files
Bump microsoft/setup-msbuild from 2 to 3 (#411)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7539db commit 9ec7f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: 'true'
2020

2121
- name: Add msbuild to PATH
22-
uses: microsoft/setup-msbuild@v2
22+
uses: microsoft/setup-msbuild@v3
2323

2424
- name: Setup NuGet.exe
2525
uses: nuget/setup-nuget@v2

.github/workflows/msvc_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: recursive
2525

2626
- name: Add msbuild to PATH
27-
uses: microsoft/setup-msbuild@v2
27+
uses: microsoft/setup-msbuild@v3
2828

2929
- name: Setup NuGet.exe
3030
uses: nuget/setup-nuget@v2

0 commit comments

Comments
 (0)