diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index e0d55db19a..ebf6aa84a0 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Set up NuGet - uses: nuget/setup-nuget@b26b823c478ee115be5c9403e62c90b0bf943843 # v3.1.0 + uses: nuget/setup-nuget@fd55a6f3b34392fa83fde1454582407d8c714123 # v4.0 with: nuget-api-key: ${{ secrets.NUGET_TOKEN }} nuget-version: '5.x'