Setup .NET Core SDK
Version updated for actions/setup-dotnet to version v4.0.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 185,333 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s Changed
In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-dotnet will run on Node.js 20 instead of Node.js 16.
Breaking changes
Update Node.js runtime to version 20 by @harithavattikuti in #484
Non-breaking changes
- Refactor installer by @nikolai-laevskii in https://github.com/actions/setup-dotnet/pull/432
- Allow json comments by @nikolai-laevskii in https://github.com/actions/setup-dotnet/pull/431
- Sequential version install fix by @nikolai-laevskii in https://github.com/actions/setup-dotnet/pull/433
- Update fast-xml-parser and dotnet installer scripts by @IvanZosimov in https://github.com/actions/setup-dotnet/pull/437
- Update dependencies by @IvanZosimov in https://github.com/actions/setup-dotnet/pull/440
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/actions/setup-dotnet/pull/444
- Update installers by @nikolai-laevskii in https://github.com/actions/setup-dotnet/pull/462
- Update semver by @dmitry-shibanov in https://github.com/actions/setup-dotnet/pull/468
New Contributors
- @HarithaVattikuti made their first contribution in https://github.com/actions/setup-dotnet/pull/484
Full Changelog: https://github.com/actions/setup-dotnet/compare/v3...v4.0.0