dongjoon-hyun opened a new pull request, #58866: URL: https://github.com/apache/spark/pull/58866
### What changes were proposed in this pull request? This PR aims to upgrade `actions/checkout` to `v7` in all GitHub Actions workflows and composite actions. ### Why are the changes needed? To use the latest version of `actions/checkout`. - https://github.com/actions/checkout/releases/tag/v7.0.0 (2026-06-18) - https://github.com/actions/checkout/releases/tag/v7.0.1 (2026-07-20) `v7` blocks checking out fork PRs for `pull_request_target` and `workflow_run` events (actions/checkout#2454). Apache Spark is not affected because none of the workflows triggered by these events (`notify_test_workflow.yml`, `test_report.yml`, `update_build_status.yml`) use `actions/checkout`. ### Does this PR introduce _any_ user-facing change? No, this is an infra-only change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
