Skip to content

Commit ed5ebfe

Browse files
Bump microsoft/setup-msbuild from 2 to 3
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>
1 parent 7f22d2e commit ed5ebfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "" >> $env:GITHUB_STEP_SUMMARY
5656
5757
- name: Add MSBuild to PATH
58-
uses: microsoft/setup-msbuild@v2
58+
uses: microsoft/setup-msbuild@v3
5959

6060
- name: Build Cmder Launcher
6161
shell: pwsh

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# queries: security-extended,security-and-quality
7979

8080
- name: Add MSBuild to PATH
81-
uses: microsoft/setup-msbuild@v2
81+
uses: microsoft/setup-msbuild@v3
8282

8383
- name: Build Cmder Launcher
8484
shell: pwsh

0 commit comments

Comments
 (0)