diff --git a/.github/workflows/api-doctor.yml b/.github/workflows/api-doctor.yml index aa2972afeff..b8ba8590be6 100644 --- a/.github/workflows/api-doctor.yml +++ b/.github/workflows/api-doctor.yml @@ -34,7 +34,7 @@ jobs: 6.x 8.x - name: Install NuGet - uses: NuGet/setup-nuget@v2 + uses: NuGet/setup-nuget@v4 - name: Install ApiDoctor from NuGet run: nuget install ApiDoctor -Version $Env:APIDOCTOR_VERSION -OutputDirectory ./nuget -NonInteractive -DisableParallelProcessing - name: Validate v1.0 docs