Skip to content

Commit 592bbb9

Browse files
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](microsoft/setup-msbuild@v1...v2) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bdff46 commit 592bbb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/pull-request-checks.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ jobs:
688688
with:
689689
submodules: recursive
690690
- name: Setup Visual Studio environment
691-
uses: microsoft/setup-msbuild@v1
691+
uses: microsoft/setup-msbuild@v2
692692
- name: Fetch dependencies
693693
run: |
694694
choco install winflexbison3
@@ -744,7 +744,7 @@ jobs:
744744
with:
745745
submodules: recursive
746746
- name: Setup MSBuild
747-
uses: microsoft/setup-msbuild@v1
747+
uses: microsoft/setup-msbuild@v2
748748
- name: Fetch dependencies
749749
run: |
750750
choco install -y winflexbison3 strawberryperl wget
@@ -813,7 +813,7 @@ jobs:
813813
with:
814814
submodules: recursive
815815
- name: Setup Visual Studio environment
816-
uses: microsoft/setup-msbuild@v1
816+
uses: microsoft/setup-msbuild@v2
817817
- name: Fetch dependencies
818818
run: |
819819
choco install winflexbison3

Diff for: .github/workflows/release-packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
with:
191191
submodules: recursive
192192
- name: Setup Visual Studio environment
193-
uses: microsoft/setup-msbuild@v1
193+
uses: microsoft/setup-msbuild@v2
194194
- name: Fetch dependencies
195195
run: |
196196
choco install winflexbison3

0 commit comments

Comments
 (0)