Skip to content

Commit 9e6a4f7

Browse files
authored
Merge pull request #587 from Krypton-Suite/dependabot/github_actions/alpha/microsoft/setup-msbuild-3
Bump microsoft/setup-msbuild from 2 to 3
2 parents 33288fe + 423c429 commit 9e6a4f7

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
@@ -65,7 +65,7 @@ jobs:
6565
"@ | Out-File -Encoding utf8 global.json
6666
6767
- name: Setup MSBuild
68-
uses: microsoft/setup-msbuild@v2
68+
uses: microsoft/setup-msbuild@v3
6969
with:
7070
vs-version: 'latest'
7171

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
"@ | Out-File -Encoding utf8 global.json
7171
7272
- name: Setup MSBuild
73-
uses: microsoft/setup-msbuild@v2
73+
uses: microsoft/setup-msbuild@v3
7474
with:
7575
vs-version: 'latest'
7676

0 commit comments

Comments
 (0)