Skip to content

Commit dba2f78

Browse files
ci: Update microsoft/setup-msbuild to v2 from v1.3. (#7119)
This changes from using Node 16 to Node 20 internally, eliminating some deprecation warnings from within GitHub Actions.
1 parent 4d06c39 commit dba2f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
2626
- name: Add msbuild to PATH
27-
uses: microsoft/setup-msbuild@v1.3
27+
uses: microsoft/setup-msbuild@v2
2828
- run: |
2929
md build
3030
cd build

0 commit comments

Comments
 (0)