Skip to content

ci: upgrade GitHub Actions to latest major versions - #1

Merged
Sivivatu merged 1 commit into
masterfrom
ci/upgrade-actions
Jul 28, 2026
Merged

ci: upgrade GitHub Actions to latest major versions#1
Sivivatu merged 1 commit into
masterfrom
ci/upgrade-actions

Conversation

@Sivivatu

@Sivivatu Sivivatu commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator

What

Upgrades the GitHub Actions used in release.yml to their latest major versions:

  • actions/checkout v4 → v7
  • actions/setup-python v5 → v6

Why

Recent GitHub-hosted runners emit a deprecation warning for actions targeting Node 20 (v4/v5 were being force-run on Node 24). Bumping to the current majors clears the warning and keeps the release pipeline on supported, maintained action versions.

Verification

  • No behavioural change to the pipeline steps — only the action versions change.
  • The release workflow only runs on v… tag pushes, so this won't trigger a build on merge; the upgraded actions will exercise on the next tagged release.

🤖 Generated with Claude Code

Bump actions/checkout v4 -> v7 and actions/setup-python v5 -> v6. This
picks up the latest releases and clears the Node 20 deprecation warning
emitted on recent runners (v4/v5 were being force-run on Node 24).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 5, 2026 18:47

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

Updates the release GitHub Actions workflow to use newer major versions of the standard actions/* steps to address runner deprecation warnings and keep the release pipeline on maintained action versions.

Changes:

  • Upgrade actions/checkout from v4 to v7
  • Upgrade actions/setup-python from v5 to v6 (note: this version appears invalid)

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

@Sivivatu
Sivivatu merged commit 8681075 into master Jul 28, 2026
1 check passed
@Sivivatu
Sivivatu deleted the ci/upgrade-actions branch July 28, 2026 10:59
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