Bump versions of node, dotnet, and package dependencies#128
Merged
Conversation
- actions/checkout: v4.2.2 -> v6.0.3 - actions/setup-dotnet: v4.3.1 -> v5.3.0 - actions/cache/restore: v4.2.3 -> v5.0.5 - actions/cache/save: v4.2.3 -> v5.0.5 - docker/login-action: v3.4.0 -> v4.2.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- TargetFramework: net9.0 -> net10.0 in Directory.Build.props and Common.Tests.csproj - setup-dotnet dotnet-version: 9.0.x -> 10.0.x in ci-build, release, download, test, train - release.yml BASE_IMAGE: mcr.microsoft.com/dotnet/runtime:9.0-noble-chiseled -> 10.0-noble-chiseled - Microsoft.Extensions.DependencyInjection: 9.0.4 -> 10.0.9 - Remove System.Private.Uri PackageVersion and PackageReference (pruned on net10.0, NU1510) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- coverlet.collector: 6.0.2 -> 10.0.1 - Microsoft.NET.Test.Sdk: 17.12.0 -> 18.6.0 - Microsoft.ML: 4.0.2 -> 5.0.0 - xunit: 2.9.2 -> 2.9.3 - xunit.runner.visualstudio: 2.8.2 -> 3.1.5 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s build/test/tooling stack to newer GitHub Actions and .NET/.NET package versions, primarily moving the solution and CI workflows from .NET 9 to .NET 10.
Changes:
- Bump GitHub Actions pins (cache, checkout, setup-dotnet, docker/login-action) across composite actions and workflows.
- Upgrade the .NET target framework from
net9.0tonet10.0and update workflows to installdotnet 10.0.x. - Update centrally-managed NuGet package versions and remove an explicit transitive dependency pin (
System.Private.Uri).
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
train/action.yml |
Updates cache action pins and switches trainer setup to dotnet 10.0.x. |
test/action.yml |
Updates cache action pins and switches tester setup to dotnet 10.0.x. |
restore/action.yml |
Updates cache restore action pin to v5. |
promote/action.yml |
Updates cache save/restore action pins to v5. |
download/action.yml |
Updates cache action pins and switches downloader setup to dotnet 10.0.x. |
.github/workflows/release.yml |
Moves container base image to .NET 10 and updates action pins used during release. |
.github/workflows/labeler-train.yml |
Updates cache restore action pins used when checking for training data. |
.github/workflows/ci-build.yml |
Updates checkout/setup-dotnet pins and moves CI to dotnet 10.0.x. |
IssueLabeler/tests/Common.Tests/Common.Tests.csproj |
Updates test project target framework to net10.0. |
IssueLabeler/src/GitHubClient/GitHubClient.csproj |
Removes explicit System.Private.Uri package reference. |
IssueLabeler/Directory.Packages.props |
Bumps central package versions; removes transitive dependency version section. |
IssueLabeler/Directory.Build.props |
Updates default target framework for the solution to net10.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.