From 42d0787396b0e7b643b314514eb91bbd19ee648d Mon Sep 17 00:00:00 2001 From: Jared Date: Sun, 17 Jan 2021 11:09:18 -0800 Subject: [PATCH] Update deploy-to-iis.yml --- .github/workflows/deploy-to-iis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-iis.yml b/.github/workflows/deploy-to-iis.yml index 0697b698..172ef36f 100644 --- a/.github/workflows/deploy-to-iis.yml +++ b/.github/workflows/deploy-to-iis.yml @@ -96,11 +96,11 @@ jobs: # Install the .NET Core workload - name: Install .NET Core - uses: actions/setup-dotnet@v1.6.0 + uses: actions/setup-dotnet@v1.7.2 # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16 + uses: microsoft/setup-msbuild@v1 # Execute all unit tests in the solution - name: Execute unit tests