From 9a3a6683147b443398048062666d1166dbbcd44a Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 28 Jan 2021 13:50:32 -0600 Subject: [PATCH] Update setup-nuget action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2eb50a..491d408 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 - name: Setup NuGet.exe for use with actions - uses: NuGet/setup-nuget@v1.0.2 + uses: NuGet/setup-nuget@v1.0.5 - name: Restore NuGet Packages run: nuget restore - name: Build Application