Skip to content

Commit

Permalink
ci: Update microsoft/setup-msbuild to v2 from v1.3. (#7119)
Browse files Browse the repository at this point in the history
This changes from using Node 16 to Node 20 internally, eliminating
some deprecation warnings from within GitHub Actions.
  • Loading branch information
waywardmonkeys committed Feb 14, 2024
1 parent 4d06c39 commit dba2f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2
- run: |
md build
cd build
Expand Down

0 comments on commit dba2f78

Please sign in to comment.