From dba2f788df715e7cb78881ff291f569d3df19778 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 14 Feb 2024 09:24:31 +0700 Subject: [PATCH] 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. --- .github/workflows/Windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 08fe4546233..74eb04d15b5 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -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