Skip to content

Commit 7c2ca29

Browse files
dependabot[bot]IshanGrover2004
authored andcommitted
Bump microsoft/setup-msbuild from 1.3.1 to 2.0.0 (#1614)
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3.1 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](microsoft/setup-msbuild@v1.3.1...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20f5a4a commit 7c2ca29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Check out repository
3030
uses: actions/checkout@v4
3131
- name: Setup MSBuild.exe
32-
uses: microsoft/setup-msbuild@v1.3.1
32+
uses: microsoft/setup-msbuild@v2.0.0
3333
with:
3434
msbuild-architecture: x64
3535
- name: Install gpac
@@ -80,7 +80,7 @@ jobs:
8080
- name: Check out repository
8181
uses: actions/checkout@v4
8282
- name: Setup MSBuild.exe
83-
uses: microsoft/setup-msbuild@v1.3.1
83+
uses: microsoft/setup-msbuild@v2.0.0
8484
with:
8585
msbuild-architecture: x64
8686
- name: Install gpac

0 commit comments

Comments
 (0)