Skip to content

Commit 74b0896

Browse files
authored
Merge pull request #3070 from cmderdev/dependabot/github_actions/microsoft/setup-msbuild-3
Bump microsoft/setup-msbuild from 2 to 3
2 parents 7f22d2e + ed5ebfe commit 74b0896

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)