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