Skip to content

ci: bump checkout to v6 and setup-dotnet to v5#36

Merged
nord- merged 1 commit into
masterfrom
ci/bump-actions-node24
Jun 11, 2026
Merged

ci: bump checkout to v6 and setup-dotnet to v5#36
nord- merged 1 commit into
masterfrom
ci/bump-actions-node24

Conversation

@nord-

@nord- nord- commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Tar bort Node.js 20-deprecationsvarningen i GitHub Actions genom att uppdatera till actions som kör på Node.js 24.

Ändringar

  • actions/checkout @v4@v6 (senaste major)
  • actions/setup-dotnet @v4@v5 (senaste major)

Uppdaterat i alla tre workflows: ci.yml, release.yml, publish.yml.

Båda action-versionerna kör på Node.js 24, vilket tar bort varningen om att Node.js 20-actions tvingas till Node 24 fr.o.m. 16 juni 2026.

Tar bort Node.js 20-deprecationsvarningen genom att uppdatera till actions som kör på Node.js 24. checkout till senaste major v6, setup-dotnet till senaste major v5.
Copilot AI review requested due to automatic review settings June 11, 2026 14:05
@nord- nord- added the patch label Jun 11, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates GitHub Actions workflow dependencies to newer major versions that run on Node.js 24, eliminating the upcoming Node.js 20 deprecation warning/noise on GitHub-hosted runners.

Changes:

  • Bumped actions/checkout from v4 to v6 across workflows.
  • Bumped actions/setup-dotnet from v4 to v5 across workflows.
  • Applied the updates consistently in ci.yml, publish.yml, and release.yml.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/ci.yml Updates checkout/setup-dotnet action major versions for CI runs.
.github/workflows/publish.yml Updates checkout/setup-dotnet action major versions for publish workflow runs.
.github/workflows/release.yml Updates checkout action in release job and checkout/setup-dotnet in publish job.

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

@nord- nord- merged commit 04d379c into master Jun 11, 2026
2 checks passed
@nord- nord- deleted the ci/bump-actions-node24 branch June 11, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants