Skip to content

Workflow upgrade checkout action to actions/checkout@v6#1803

Open
Kaniska244 wants to merge 2 commits intodevcontainers:mainfrom
Kaniska244:workflow-update
Open

Workflow upgrade checkout action to actions/checkout@v6#1803
Kaniska244 wants to merge 2 commits intodevcontainers:mainfrom
Kaniska244:workflow-update

Conversation

@Kaniska244
Copy link
Contributor

@Kaniska244 Kaniska244 marked this pull request as ready for review March 13, 2026 11:21
@Kaniska244 Kaniska244 requested a review from a team as a code owner March 13, 2026 11:21
Copilot AI review requested due to automatic review settings March 13, 2026 11:21
@Kaniska244 Kaniska244 changed the title Workflow upgrade action to actions/checkout@v6 Workflow upgrade checkout action to actions/checkout@v6 Mar 13, 2026
Copy link
Contributor

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

Updates GitHub Actions workflows across the repo to use a newer actions/checkout major version, aligning CI jobs to a consistent checkout action reference.

Changes:

  • Bump actions/checkout usage from older majors (v3/v4/v5) to v6 across workflows.
  • Apply the update consistently across smoke-test, release, push, and lint workflows.

Reviewed changes

Copilot reviewed 24 out of 24 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/version-history.yml Updates checkout action used by the version-history workflow.
.github/workflows/smoke-universal.yaml Updates checkout action for universal image smoke tests.
.github/workflows/smoke-typescript-node.yaml Updates checkout action for TypeScript Node image smoke tests.
.github/workflows/smoke-rust.yaml Updates checkout action for Rust image smoke tests.
.github/workflows/smoke-ruby.yaml Updates checkout action for Ruby image smoke tests.
.github/workflows/smoke-python.yaml Updates checkout action for Python image smoke tests.
.github/workflows/smoke-php.yaml Updates checkout action for PHP image smoke tests.
.github/workflows/smoke-miniconda.yaml Updates checkout action for Miniconda image smoke tests.
.github/workflows/smoke-jekyll.yaml Updates checkout action for Jekyll image smoke tests.
.github/workflows/smoke-javascript-node.yaml Updates checkout action for JavaScript Node image smoke tests.
.github/workflows/smoke-java.yaml Updates checkout action for Java and Java 8 image smoke tests.
.github/workflows/smoke-go.yaml Updates checkout action for Go image smoke tests.
.github/workflows/smoke-dotnet.yaml Updates checkout action for .NET image smoke tests.
.github/workflows/smoke-cpp.yaml Updates checkout action for C++ image smoke tests.
.github/workflows/smoke-base-ubuntu.yaml Updates checkout action for base-ubuntu image smoke tests.
.github/workflows/smoke-base-debian.yaml Updates checkout action for base-debian image smoke tests.
.github/workflows/smoke-base-alpine.yaml Updates checkout action for base-alpine image smoke tests.
.github/workflows/smoke-anaconda.yaml Updates checkout action for Anaconda image smoke tests.
.github/workflows/release-pr.yml Updates checkout action used to prepare release PRs.
.github/workflows/push.yml Updates checkout action for tagged release image pushes.
.github/workflows/push-manual-dev.yml Updates checkout action for manual dev image push workflow (both checkouts).
.github/workflows/push-dev.yml Updates checkout action for scheduled dev image pushes.
.github/workflows/push-again.yml Updates checkout action for re-push workflow (both checkouts).
.github/workflows/code-linter.yml Updates checkout action for the super-linter workflow.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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