TNG / ArchUnitNET

A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Apache License 2.0
826 stars 55 forks source link

chore(deps): update actions/setup-dotnet action to v4 #235

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-dotnet action major v3.2.0 -> v4.0.0

Release Notes

actions/setup-dotnet (actions/setup-dotnet) ### [`v4.0.0`](https://togithub.com/actions/setup-dotnet/releases/tag/v4.0.0) [Compare Source](https://togithub.com/actions/setup-dotnet/compare/v3.2.0...v4.0.0) #### 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](https://togithub.com/harithavattikuti) in [#​484](https://togithub.com/actions/setup-dotnet/issues/484) **Non-breaking changes** - Refactor installer by [@​nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/432](https://togithub.com/actions/setup-dotnet/pull/432) - Allow json comments by [@​nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/431](https://togithub.com/actions/setup-dotnet/pull/431) - Sequential version install fix by [@​nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/433](https://togithub.com/actions/setup-dotnet/pull/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](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/437](https://togithub.com/actions/setup-dotnet/pull/437) - Update dependencies by [@​IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/440](https://togithub.com/actions/setup-dotnet/pull/440) - Bump word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-dotnet/pull/444](https://togithub.com/actions/setup-dotnet/pull/444) - Update installers by [@​nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/462](https://togithub.com/actions/setup-dotnet/pull/462) - Update semver by [@​dmitry-shibanov](https://togithub.com/dmitry-shibanov) in [https://github.com/actions/setup-dotnet/pull/468](https://togithub.com/actions/setup-dotnet/pull/468) #### New Contributors - [@​HarithaVattikuti](https://togithub.com/HarithaVattikuti) made their first contribution in [https://github.com/actions/setup-dotnet/pull/484](https://togithub.com/actions/setup-dotnet/pull/484) **Full Changelog**: https://github.com/actions/setup-dotnet/compare/v3...v4.0.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.