Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jun 10, 2025

What changes were proposed in this pull request?

This PR aims to update CIs to use actions/checkout@v4 consistently.

Why are the changes needed?

BEFORE

$ git grep actions/checkout | awk '{print $NF}' | sort | uniq -c
   2 actions/checkout@v3
   6 actions/checkout@v4

AFTER

$ git grep actions/checkout | awk '{print $NF}' | sort | uniq -c
   8 actions/checkout@v4

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs and manually check with git grep actions/checkout.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the INFRA label Jun 10, 2025
Copy link

@huaxingao huaxingao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dongjoon-hyun
Copy link
Member Author

Thank you, @huaxingao ! Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-52435 branch June 10, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants