From 54e13560d509ce897292736d9fcc9e7a1621e279 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 19 Dec 2023 07:49:07 +0000 Subject: [PATCH] Update dotnet-outdated Update the default dotnet-outdated version to 4.6.0. --- .github/workflows/update-dotnet-sdk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dotnet-sdk.yml b/.github/workflows/update-dotnet-sdk.yml index 18069976..92d0e9f5 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -71,7 +71,7 @@ on: description: 'The version of the dotnet-outdated .NET global tool to use if update-nuget-packages is true.' required: false type: string - default: '4.5.3' + default: '4.6.0' include-nuget-packages: description: 'A comma-separated list of NuGet package IDs (or substrings) to update, if update-nuget-packages is true.' required: false