diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 491d408..bf1387b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,9 +18,9 @@ jobs: - uses: actions/checkout@v1 name: Checkout Code - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.3.1 - name: Setup NuGet.exe for use with actions - uses: NuGet/setup-nuget@v1.0.5 + uses: NuGet/setup-nuget@v1.2.0 - name: Restore NuGet Packages run: nuget restore - name: Build Application