Skip to content

Upgrade actions/checkout and actions/setup-dotnet#11360

Merged
par456 merged 1 commit into
masterfrom
Set-dotnet-8-in-test-workflow
Jun 23, 2026
Merged

Upgrade actions/checkout and actions/setup-dotnet#11360
par456 merged 1 commit into
masterfrom
Set-dotnet-8-in-test-workflow

Conversation

@ric394

@ric394 ric394 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Updated GitHub Actions to use newer versions of checkout and setup-dotnet.

Updated GitHub Actions to use newer versions of checkout and setup-dotnet.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CI workflow used to build and run APSIMX unit tests by changing the GitHub Actions used for repository checkout and .NET SDK setup.

Changes:

  • Bumped actions/checkout used by the unit test workflow.
  • Bumped actions/setup-dotnet and pinned the .NET SDK to 8.0.x for the unit test workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +23 to +26
- uses: actions/checkout@v7

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
@par456 par456 merged commit 0771f99 into master Jun 23, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants