ci: upgrade actions/checkout from v4 to v6#29550
Closed
andrewhsu wants to merge 1 commit intoredpanda-data:devfrom
Closed
ci: upgrade actions/checkout from v4 to v6#29550andrewhsu wants to merge 1 commit intoredpanda-data:devfrom
andrewhsu wants to merge 1 commit intoredpanda-data:devfrom
Conversation
Update all GitHub Actions workflow files to use actions/checkout@v6 for improved performance and latest features. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the actions/checkout GitHub Action from v4 to v6 across all workflow files to use the latest version of the checkout action.
Changes:
- Updates
actions/checkoutversion from v4 to v6 in 20 GitHub Actions workflow files - Maintains all existing workflow configurations and parameters
- No functional changes to workflow logic
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/type-check-python.yaml | Updates checkout action version |
| .github/workflows/transform-sdk-release.yml | Updates checkout action version in 3 jobs |
| .github/workflows/transform-sdk-build.yml | Updates checkout action version in 9 jobs |
| .github/workflows/rpk-build.yml | Updates checkout action version in 3 jobs |
| .github/workflows/rp-storage-tool-checks.yml | Updates checkout action version in 2 jobs |
| .github/workflows/release-rp-storage-tool.yml | Updates checkout action version |
| .github/workflows/publish-apache-polaris-python-client.yml | Updates checkout action version |
| .github/workflows/p.yml | Updates checkout action version |
| .github/workflows/lint-yaml.yml | Updates checkout action version |
| .github/workflows/lint-sh.yml | Updates checkout action version |
| .github/workflows/lint-python.yml | Updates checkout action version |
| .github/workflows/lint-golang.yml | Updates checkout action version |
| .github/workflows/lint-cpp.yml | Updates checkout action version |
| .github/workflows/lint-bazel-pkg-tool.yml | Updates checkout action version |
| .github/workflows/lint-bazel-dependency-graph.yml | Updates checkout action version |
| .github/workflows/cloud-installpack-bk-trigger.yml | Updates checkout action version |
| .github/workflows/buildkite-slash-commands.yml | Updates checkout action version |
| .github/workflows/buf.yml | Updates checkout action version in 2 jobs |
| .github/workflows/backport-on-merge.yml | Updates checkout action version |
| .github/workflows/backport-command.yml | Updates checkout action version in 3 jobs |
Member
Author
|
accidentally opened this PR from a forked repo. i'll reopen from branch on origin. |
Member
Author
|
new PR: #29551 |
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.
Summary
actions/checkoutfrom v4 to v6 across all GitHub Actions workflowsTest plan
🤖 Generated with Claude Code