From 023fb6ad7ba0d82dccee3708de48423d49746e56 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 28 Jan 2021 13:48:02 -0600 Subject: [PATCH] Switch to official msbuild setup action --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e580873..fd57356 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,8 @@ jobs: steps: - uses: actions/checkout@v1 name: Checkout Code - - name: Setup MSBuild.exe - uses: warrenbuckley/Setup-MSBuild@v1 + - name: setup-msbuild + uses: microsoft/setup-msbuild@v1.0.2 - name: Setup NuGet.exe for use with actions uses: NuGet/setup-nuget@v1.0.2 - name: Restore NuGet Packages