Skip to content

Conversation

@SamErde
Copy link
Contributor

@SamErde SamErde commented Oct 30, 2025

Description

This pull request updates the GitHub Actions workflows to use the latest version of the actions/checkout action. The main change is upgrading from version 4 to version 5 in all relevant workflow files.

GitHub Actions maintenance:

  • .github/workflows/copy-tags.yml: Updated the actions/checkout step from version 4 to version 5 to ensure compatibility and benefit from the latest improvements.
  • .github/workflows/test-action.yml: Updated all occurrences of actions/checkout@v4 to actions/checkout@v5 for both code and action checkouts, ensuring consistency and up-to-date dependencies in the workflow. [1] [2]

Your checklist for this pull request

🚨Please review the guidelines for contributing to this repository.

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your main branch!
  • Make sure you are making a pull request against the main branch (left side). Also you should start your branch off maester-action/main.
  • Check the commit's or even all commits' message styles matches our requested structure.
  • Enable the checkbox to allow maintainer edits so the branch can be updated for a merge.
  • If changing anything in the action, make sure it still works and is backward compatible.

Review

We will try to review your pull request as soon as possible.

💖 Thank you!

Copilot AI review requested due to automatic review settings October 30, 2025 18:46
@SamErde SamErde added the enhancement New feature or request label Oct 30, 2025
Copy link

Copilot AI left a comment

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 the GitHub Actions workflow files by upgrading the actions/checkout action from v4 to v5 and removes trailing whitespace from several lines.

  • Updated actions/checkout from v4 to v5 across all workflow files
  • Cleaned up trailing whitespace on empty lines in workflow YAML files

Reviewed Changes

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

File Description
.github/workflows/test-action.yml Updated checkout action to v5 in two job steps and removed trailing whitespace from empty lines
.github/workflows/copy-tags.yml Updated checkout action to v5 and removed trailing whitespace from an empty line

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

@SamErde SamErde requested a review from svrooij October 30, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant