Skip to content

Commit 8a199bf

Browse files
Bump microsoft/setup-msbuild from 1 to 2 (#2917)
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 457d99d commit 8a199bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141

4242
- name: Add MSBuild to PATH
43-
uses: microsoft/setup-msbuild@v1
43+
uses: microsoft/setup-msbuild@v2
4444

4545
- name: Build Cmder Launcher
4646
shell: pwsh

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# queries: security-extended,security-and-quality
6161

6262
- name: Add MSBuild to PATH
63-
uses: microsoft/setup-msbuild@v1
63+
uses: microsoft/setup-msbuild@v2
6464

6565
- name: Build Cmder Launcher
6666
shell: pwsh

0 commit comments

Comments
 (0)