Skip to content

Refresh GitHub Actions runtimes - #2

Merged
SpaceDevEngineer merged 1 commit into
mainfrom
agent/refresh-github-actions
Jul 28, 2026
Merged

Refresh GitHub Actions runtimes#2
SpaceDevEngineer merged 1 commit into
mainfrom
agent/refresh-github-actions

Conversation

@SpaceDevEngineer

Copy link
Copy Markdown
Owner

What changed

  • update actions/checkout from v4 to v5
  • update actions/setup-python from v5 to v6

Why

The portfolio merge passed CI, but GitHub annotated the run because the previous action majors use the deprecated Node.js 20 runtime. The new official majors use Node.js 24 and remove that warning on GitHub-hosted runners.

Validation

  • pytest -q — 7 passed
  • git diff --check

No application, algorithm, result, or Pyramid code is changed.

@SpaceDevEngineer
SpaceDevEngineer marked this pull request as ready for review July 28, 2026 10:16
Copilot AI review requested due to automatic review settings July 28, 2026 10:16
@SpaceDevEngineer
SpaceDevEngineer merged commit d5baf37 into main Jul 28, 2026
3 checks passed

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 GitHub Actions workflow dependencies to newer major versions to align with current GitHub-hosted runner runtimes and remove deprecation warnings, without changing application or test logic.

Changes:

  • Bump actions/checkout from v4 to v5 in CI workflow.
  • Bump actions/setup-python from v5 to v6 in CI workflow.

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

@SpaceDevEngineer
SpaceDevEngineer deleted the agent/refresh-github-actions branch July 28, 2026 10:31
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