-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update actions/setup-dotnet action to v4 #170
base: main
Are you sure you want to change the base?
Conversation
Current Aviator status
This pull request is currently open (not queued). How to mergeTo merge this PR, comment
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
Unable to locate .performanceTestingBot config file |
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Thanks for opening this Pull Request!
|
Hi there! 👋 Thanks for opening a PR. It looks like you've already reached the 5 review limit on our Basic Plan for the week. If you still want a review, feel free to upgrade your subscription in the Web App and then reopen the PR |
View changes in DiffLens |
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
092de56
to
83fb860
Compare
View changes in DiffLens |
Issues Summary1. Git version mismatchLogs Summary: Git version 2.47.1 is expected but found version 2.47.1.windows.1Failing Step: Getting git version Related Source Files: None Related Failures: 2. Git configuration issueLogs Summary: Errors related to git configurationFailing Step: Post job cleanup Related Source Files: None Related Failures: NodeJS with Webpack / build (14.x) NodeJS with Webpack / build (16.x) ℹ️ Help(You can turn this bot off by adding a comment/ai off , or force a refresh of this report with /ai ... )
For more support, join our Discord channel EDIT: Creating a new report... EDIT: Creating a new report... EDIT: Creating a new report... EDIT: Creating a new report... EDIT: Creating a new report... EDIT: Creating a new report... EDIT: Creating a new report... EDIT: Creating a new report... |
View changes in DiffLens |
14 similar comments
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
22 similar comments
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
View changes in DiffLens |
83fb860
to
ced098e
Compare
View changes in DiffLens |
1 similar comment
View changes in DiffLens |
ced098e
to
1ebf888
Compare
View changes in DiffLens |
1 similar comment
View changes in DiffLens |
This PR contains the following updates:
v3.2.0
->v4.2.0
v3
->v4
Release Notes
actions/setup-dotnet (actions/setup-dotnet)
v4.2.0
Compare Source
v4.1.0
Compare Source
What's Changed
Bug fixes :
isGhes
logic by @jww3 in https://github.com/actions/setup-dotnet/pull/556Dependency updates :
New Contributors
Full Changelog: actions/setup-dotnet@v4...v4.1.0
v4.0.1
Compare Source
What's Changed
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-dotnet@v4...v4.0.1
v4.0.0
Compare Source
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
In setup-dotnet@v3, the dotnet executable was overwritten during each action run, sometimes leading to failures if the executable was still in use. This issue was resolved in setup-dotnet@v4 by introducing an additional install-script run that installs the LTS version of the dotnet executable and utilizes it for all subsequent dotnet installations. The actual download is performed only once per workflow by the initial install-script run. To use older versions, utilize global.json. For more details, refer to the documentation.
Non-breaking changes
New Contributors
Full Changelog: actions/setup-dotnet@v3...v4.0.0
v3.3.0
Compare Source
What's Changed
Some .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 https://github.com/dotnet/core/issues/9671.
Full Changelog: actions/setup-dotnet@v3.2.0...v3.3.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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.