From 80aac28273c3b2d84a747b57c94dea13f3fab235 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 11:33:04 +0100 Subject: [PATCH] Improve title case of setup-dotnet action (#35) Co-authored-by: Oriol Mesa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40ddfee..94a370d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [actions/setup-node: Node.js](https://github.com/actions/setup-node) - [actions/setup-python: Python](https://github.com/actions/setup-python) - [actions/setup-go: Go](https://github.com/actions/setup-go) -- [actions/setup-dotnet: .NET core sdk](https://github.com/actions/setup-dotnet) +- [actions/setup-dotnet: .NET Core SDK](https://github.com/actions/setup-dotnet) - [actions/setup-java: Java](https://github.com/actions/setup-java) ### Create your Actions