doc update

This commit is contained in:
Aparna Jyothi
2025-09-05 18:44:18 +05:30
parent 5c5ecdd56a
commit 28172779d4
3 changed files with 134 additions and 59 deletions

View File

@ -15,6 +15,14 @@ documentation:
[Software installed on github hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-software)
for .NET SDK versions that are currently available.
## Breaking changes in V5
- Upgrade to Node.js 24 and modernize async usage in [#654](https://github.com/actions/setup-dotnet/pull/654)
Make sure your runner is updated to this version or newer to use this release. v2.327.1 [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
For more detailed release notes with documntation updates, bug fixes and dependency upgrades, please track [release notes](https://github.com/actions/setup-dotnet/releases/edit/v5.0.0)
## Usage
See [action.yml](action.yml)