Skip to content

Commit 5d91bac

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-go-nightly-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
path: ${{ env.DIST_DIR }}
195195

196196
- name: Prepare PATH
197-
uses: microsoft/setup-msbuild@v1
197+
uses: microsoft/setup-msbuild@v2
198198

199199
- name: Build MSI
200200
id: buildmsi

.github/workflows/release-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
path: ${{ env.DIST_DIR }}
199199

200200
- name: Prepare PATH
201-
uses: microsoft/setup-msbuild@v1
201+
uses: microsoft/setup-msbuild@v2
202202

203203
- name: Build MSI
204204
id: buildmsi

0 commit comments

Comments
 (0)