Skip to content
Compare
Choose a tag to compare
@HarithaVattikuti HarithaVattikuti released this 04 Dec 14:24
· 3 commits to main since this release
4d6c8fc

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 #432
  • Allow json comments by @nikolai-laevskii in #431
  • Sequential version install fix by @nikolai-laevskii in #433
    setup-dotnet@v3 used to overwrite dotnet executable on each action run, which was causing action to fail on some occasions due to executable being still in use. In setup-dotnet@v4 we solved this issue by adding another install-script run that installs LTS version of dotnet executable and uses it for all subsequent dotnet installations. The first install-script run conducts the actual download only once per workflow.
  • Update fast-xml-parser and dotnet installer scripts by @IvanZosimov in #437
  • Update dependencies by @IvanZosimov in #440
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #444
  • Update installers by @nikolai-laevskii in #462
  • Update semver by @dmitry-shibanov in #468

New Contributors

Full Changelog: v3...v4.0.0