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>
|
The latest Buf updates on your PR. Results from workflow Buf CI / validate (pull_request).
|
There was a problem hiding this comment.
Review: ci: upgrade actions/checkout from v4 to v6 - Verdict: Looks good. This is a straightforward mechanical dependency upgrade bumping actions/checkout from v4 to v6 across all 20 workflow files (36 occurrences). All v4 references updated, no stale references remain. Each change is a simple version string replacement with no workflow logic changes. CI checks passing so far. No security concerns. No issues found. CI workflow run: https://github.com/redpanda-data/redpanda/actions/runs/21728984524
There was a problem hiding this comment.
Pull request overview
This PR upgrades the actions/checkout action from v4 to v6 across all GitHub Actions workflow files to benefit from the latest updates and fixes in the checkout action.
Changes:
- Updated all instances of
actions/checkout@v4toactions/checkout@v6across 20 workflow files - No functional changes to workflow logic or behavior
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 | Updated checkout action version |
| .github/workflows/transform-sdk-release.yml | Updated checkout action version in 3 job steps |
| .github/workflows/transform-sdk-build.yml | Updated checkout action version in 9 job steps |
| .github/workflows/rpk-build.yml | Updated checkout action version in 3 job steps |
| .github/workflows/rp-storage-tool-checks.yml | Updated checkout action version in 2 job steps |
| .github/workflows/release-rp-storage-tool.yml | Updated checkout action version |
| .github/workflows/publish-apache-polaris-python-client.yml | Updated checkout action version |
| .github/workflows/p.yml | Updated checkout action version |
| .github/workflows/lint-yaml.yml | Updated checkout action version |
| .github/workflows/lint-sh.yml | Updated checkout action version |
| .github/workflows/lint-python.yml | Updated checkout action version |
| .github/workflows/lint-golang.yml | Updated checkout action version |
| .github/workflows/lint-cpp.yml | Updated checkout action version |
| .github/workflows/lint-bazel-pkg-tool.yml | Updated checkout action version |
| .github/workflows/lint-bazel-dependency-graph.yml | Updated checkout action version |
| .github/workflows/cloud-installpack-bk-trigger.yml | Updated checkout action version |
| .github/workflows/buildkite-slash-commands.yml | Updated checkout action version |
| .github/workflows/buf.yml | Updated checkout action version in 2 job steps |
| .github/workflows/backport-on-merge.yml | Updated checkout action version |
| .github/workflows/backport-command.yml | Updated checkout action version in 3 job steps |
jira: DEVPROD-3744
Update all GitHub Actions workflow files to use latest actions/checkout@v6 to get latest updates and fixes.
See action release notes: https://github.com/actions/checkout/releases
Backports Required
Release Notes