diff --git a/action.yml b/action.yml index 788205f..d613362 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Install NuGet CLI - uses: nuget/setup-nuget@v2 + uses: nuget/setup-nuget@v4 with: nuget-version: ${{ inputs.version }} nuget-api-key: ${{ inputs.token }}