Skip to content

Pump checkout to v6.0.0#1328

Merged
minggangw merged 1 commit into
RobotWebTools:developfrom
minggangw:fix-1327
Nov 24, 2025
Merged

Pump checkout to v6.0.0#1328
minggangw merged 1 commit into
RobotWebTools:developfrom
minggangw:fix-1327

Conversation

@minggangw

@minggangw minggangw commented Nov 24, 2025

Copy link
Copy Markdown
Member

This PR upgrades the actions/checkout action from v5 to v6 across three GitHub workflow files for build and test automation.

  • Consistent version bump of actions/checkout from v5 to v6 across all modified workflow files
  • No other changes to workflow logic or configuration
  • Ensures the CI/CD pipeline uses the latest version of the checkout action

Fix: #1327

Copilot AI review requested due to automatic review settings November 24, 2025 07:49

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 upgrades the actions/checkout action from v5 to v6 across three GitHub workflow files for build and test automation.

  • Consistent version bump of actions/checkout from v5 to v6 across all modified workflow files
  • No other changes to workflow logic or configuration
  • Ensures the CI/CD pipeline uses the latest version of the checkout action

Reviewed changes

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

File Description
.github/workflows/windows-build-and-test.yml Updates checkout action to v6 for Windows build and test workflow
.github/workflows/linux-x64-build-and-test.yml Updates checkout action to v6 for Linux x64 build and test workflow
.github/workflows/linux-arm64-build-and-test.yml Updates checkout action to v6 for Linux ARM64 build and test workflow

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

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 82.867% (+0.02%) from 82.843%
when pulling a6e422e on minggangw:fix-1327
into ea34fab on RobotWebTools:develop.

@minggangw minggangw merged commit 101ea8d into RobotWebTools:develop Nov 24, 2025
32 of 33 checks passed
minggangw added a commit that referenced this pull request Nov 26, 2025
This PR upgrades the `actions/checkout` action from v5 to v6 across three GitHub workflow files for build and test automation.

- Consistent version bump of `actions/checkout` from v5 to v6 across all modified workflow files
- No other changes to workflow logic or configuration
- Ensures the CI/CD pipeline uses the latest version of the checkout action

Fix: #1327
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.

Pump checkout to v6.0.0

3 participants