-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Description
Bumps actions/setup-dotnet from 4.1.0 to 4.2.0.
Release notes
Sourced from actions/setup-dotnet's releases.
v4.2.0
What's Changed
- Enhance Workflows, Update Dependencies and Installer Scripts by
@priyagupta108
in actions/setup-dotnet#555- V4 - Use new .NET CDN URLs and update to latest install scripts by
@heavymachinery
in actions/setup-dotnet#566Some .NET binaries and installers currently hosted on Azure Content Delivery Network (CDN) domains ending in .azureedge.net will move to new domains as the provider, edg.io, will soon cease operations. There may be downtime or unavailability of .azureedge.net domains in the future as the .NET team is required to migrate to a new CDN and set of domains moving forward.
If your workflows are pinned to specific SHAs or minor tags, please upgrade to a major release tag to avoid service disruptions. Edgio has confirmed their services will be operational until at least January 15, 2025.
For updates, follow dotnet/core#9671.
New Contributors
@priyagupta108
made their first contribution in actions/setup-dotnet#555@heavymachinery
made their first contribution in actions/setup-dotnet#566Full Changelog: actions/setup-dotnet@v4...v4.2.0
Commits
87b7050
V4 - Use new .NET CDN URLs and update to latest install scripts (#566)e4c228a
Enhance Workflows, Update Dependencies and Installer Scripts (#555)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Originally posted by @dependabot in git-ecosystem/git-credential-manager#1799