diff --git a/.github/workflows/dotnet-commit-build.yml b/.github/workflows/dotnet-commit-build.yml index 5bbbdba..f15e5eb 100644 --- a/.github/workflows/dotnet-commit-build.yml +++ b/.github/workflows/dotnet-commit-build.yml @@ -15,7 +15,7 @@ jobs: with: msbuild-architecture: x64 - name: Setup NuGet - uses: NuGet/setup-nuget@v2 + uses: NuGet/setup-nuget@v3 - name: Install dependencies run: nuget restore client\client.sln - name: Build Release