From 02264c9dd38916cea36c877bd276626efb0beca3 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Sun, 16 May 2021 11:34:27 -0400 Subject: [PATCH] Microsoft is cool sometimes. SOMETIMES --- .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 d035b82..cf13a38 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: name: Checkout Code - name: Setup MSBuild Path - uses: warrenbuckley/Setup-MSBuild@v1 + uses: microsoft/setup-msbuild@v1.0.2 - name: Setup NuGet uses: NuGet/setup-nuget@v1.0.2