diff --git a/.github/workflows/tag-creates-nuget-package.yml b/.github/workflows/tag-creates-nuget-package.yml index 75f9ae8..933b70c 100644 --- a/.github/workflows/tag-creates-nuget-package.yml +++ b/.github/workflows/tag-creates-nuget-package.yml @@ -36,7 +36,7 @@ jobs: uses: microsoft/setup-msbuild@v2 - name: Setup NuGet - uses: NuGet/setup-nuget@v2.0.0 + uses: NuGet/setup-nuget@v2.0.1 - name: Restore NuGet run: nuget restore ${{ github.event.repository.name }}/${{ github.event.repository.name }}.csproj