Skip to content

Conversation

@VaclavElias
Copy link
Contributor

PR Details

Related Issue

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have built and run the editor to try this change out.

ci: Update GitHub Actions and .NET version in workflows

  • Updated actions/checkout to version v5 across all workflows.
  • Updated actions/setup-dotnet to version v5 across all workflows.
  • Changed .NET version in actions/setup-dotnet from 8.0.x to 10.0.x.

PR Classification

Code cleanup and dependency updates to ensure compatibility with newer versions of tools and frameworks.

PR Summary

This pull request updates GitHub Actions workflows to use the latest versions of dependencies and tools, ensuring compatibility with .NET 10.0.x and improving maintainability.

  • Updated actions/checkout to v5 and actions/setup-dotnet to v5 across all workflows.
  • Changed .NET version in actions/setup-dotnet from 8.0.x to 10.0.x in all workflows.

- Updated `actions/checkout` to version `v5` across all workflows.
- Updated `actions/setup-dotnet` to version `v5` across all workflows.
- Changed `.NET` version in `actions/setup-dotnet` from `8.0.x` to `10.0.x`.
@VaclavElias VaclavElias changed the title ci: Update GitHub Actions and .NET version in workflows ci: .NET 10 - Update GitHub Actions and .NET version in workflows Sep 16, 2025
@VaclavElias VaclavElias added the dependencies Pull requests that update a dependency file label Sep 16, 2025
@Eideren
Copy link
Collaborator

Eideren commented Sep 18, 2025

The android issue would be fixed by upgrading android projects from net8 to net10 afaict, so I'll merge this one in and .Net 10 along with it once it is ready

@Eideren Eideren merged commit 0008f62 into stride3d:master Sep 29, 2025
10 of 12 checks passed
@Eideren
Copy link
Collaborator

Eideren commented Sep 29, 2025

Thanks !

@VaclavElias VaclavElias deleted the feat-net-10-github-workflows branch September 29, 2025 10:48
@VaclavElias VaclavElias restored the feat-net-10-github-workflows branch September 29, 2025 10:48
@VaclavElias VaclavElias deleted the feat-net-10-github-workflows branch September 29, 2025 10:49
Eideren added a commit that referenced this pull request Sep 29, 2025
Eideren added a commit that referenced this pull request Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Build dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants