Workflow upgrade checkout action to actions/checkout@v6#1803
Open
Kaniska244 wants to merge 2 commits intodevcontainers:mainfrom
Open
Workflow upgrade checkout action to actions/checkout@v6#1803Kaniska244 wants to merge 2 commits intodevcontainers:mainfrom
actions/checkout@v6#1803Kaniska244 wants to merge 2 commits intodevcontainers:mainfrom
Conversation
actions/checkout@v6actions/checkout@v6
Contributor
There was a problem hiding this comment.
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/checkoutusage from older majors (v3/v4/v5) tov6across 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference