Skip to content

DEVOPS-2818: Upgrade GitHub Actions to Node 24 compatible versions#2

Merged
plumdog merged 1 commit into
mainfrom
devops-2818/upgrade-github-actions
May 6, 2026
Merged

DEVOPS-2818: Upgrade GitHub Actions to Node 24 compatible versions#2
plumdog merged 1 commit into
mainfrom
devops-2818/upgrade-github-actions

Conversation

@plumdog

@plumdog plumdog commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

DEVOPS-2818

Upgrades actions/checkout from v4 to v5 in all workflow files, as part of the GitHub Actions Node 24 compatibility upgrade.

Changes

  • .github/workflows/ci.yml: actions/checkout@v4actions/checkout@v5
  • .github/workflows/release.yml: actions/checkout@v4actions/checkout@v5

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

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

Upgrades GitHub Actions workflows to use a Node 24–compatible actions/checkout version by bumping actions/checkout from v4 to v5 across the repository’s workflows.

Changes:

  • Update actions/checkout to @v5 in CI workflow
  • Update actions/checkout to @v5 in release workflow

Reviewed changes

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

File Description
.github/workflows/ci.yml Bumps actions/checkout from v4 to v5 for CI runs.
.github/workflows/release.yml Bumps actions/checkout from v4 to v5 for tagged release builds.

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

@plumdog plumdog merged commit 81d69f4 into main May 6, 2026
5 checks passed
@plumdog plumdog deleted the devops-2818/upgrade-github-actions branch May 6, 2026 10:55
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.

2 participants