actions / setup-dotnet

Set up your GitHub Actions workflow with a specific version of the .NET core sdk
MIT License
942 stars 458 forks source link

Docs Bug: v4 README points to v3 #527

Closed dluc closed 2 months ago

dluc commented 4 months ago

URL: https://github.com/actions/setup-dotnet/tree/v4

README content:

image

should be

steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v4
  with:
    dotnet-version: '3.1.x'
- run: dotnet build <my project>
HarithaVattikuti commented 4 months ago

Hello @dluc Thank you for creating this issue. We will investigate it and get back to you as soon as we have some feedback.

priya-kinthali commented 2 months ago

Hello @dluc 👋, Thank you very much for bringing this to our attention! 😊 The README content has been successfully updated from v3 to v4 in the latest release (v4.0.1) of the repository. You can find the updated documentation here. I am proceeding with closing the issue. Please feel free to contact us in case of any further concerns.