Skip to content

Commit efd9c1f

Browse files
Bump microsoft/setup-msbuild from 2.0.0 to 3.0.0 (#289)
1 parent a8d2cd6 commit efd9c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: main
5353

5454
- name: Add MSBuild to PATH
55-
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
55+
uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
5656

5757
- name: Build math3
5858
working-directory: ${{ github.workspace }}/Tests/math3

.github/workflows/msbuildex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
ref: main
108108

109109
- name: Add MSBuild to PATH
110-
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
110+
uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
111111

112112
- name: Build math3
113113
working-directory: ${{ github.workspace }}/Tests/math3

0 commit comments

Comments
 (0)