Skip to content

chore: Update GitHub Actions to latest versions - #130

Merged
TheRealAgentK merged 1 commit into
masterfrom
feature/#129-GH-Actions
Jan 20, 2026
Merged

chore: Update GitHub Actions to latest versions#130
TheRealAgentK merged 1 commit into
masterfrom
feature/#129-GH-Actions

Conversation

@TheRealAgentK

Copy link
Copy Markdown
Contributor

Description 📝

Purpose:

Update GitHub Actions to their latest major versions for security and compatibility improvements.

Approach:

Bump action versions in python-checks.yml:

  • actions/checkout@v3v4
  • actions/setup-python@v4v5

Type of change

  • ci: CI configuration change

Updates

  • Updated actions/checkout from v3 to v4
  • Updated actions/setup-python from v4 to v5

Related issues

Closes #129

Test plan 🧪

CI will run on this PR to validate the updated actions work correctly across all Python versions (3.9-3.14).

Author to check 👓

  • Project and all contained modules builds successfully
  • Self-/dev-tested
  • Unit/UI/Automation/Integration tests provided where applicable
  • Code is written to standards
  • Appropriate documentation written (code comments, internal docs)

Reviewer to check ✔️

  • Project and all contained modules builds successfully
  • Change has been dev-/reviewer-tested, where possible
  • Unit/UI/Automation/Integration tests provided where applicable
  • Code is written to standards
  • Appropriate documentation written (code comments, internal docs)

- actions/checkout@v3 → v4
- actions/setup-python@v4 → v5

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 to their latest major versions in the CI workflow to ensure security and compatibility improvements.

Changes:

  • Updated actions/checkout from v3 to v4
  • Updated actions/setup-python from v4 to v5

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

@TheRealAgentK
TheRealAgentK merged commit e389948 into master Jan 20, 2026
7 checks passed
@TheRealAgentK
TheRealAgentK deleted the feature/#129-GH-Actions branch January 20, 2026 07:39
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.

Build: GH Actions are outdated

3 participants