From 742405b3342916ca38c434c276fe19046f8decd1 Mon Sep 17 00:00:00 2001 From: Will Shanks Date: Wed, 17 Apr 2024 11:31:04 -0400 Subject: [PATCH] Update setup-msbuild action to v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1efc42..349db46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: submodules: 'recursive' - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v2 if: startsWith(matrix.os,'windows') - name: Add Windows SDK