You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52436] Update CIs to use actions/checkout@v4 consistently
### What changes were proposed in this pull request?
This PR aims to update CIs to use `actions/checkoutv4` consistently.
### Why are the changes needed?
**BEFORE**
```
$ git grep actions/checkout | awk '{print $NF}' | sort | uniq -c
1 actions/checkoutv3
11 actions/checkoutv4
```
**AFTER**
```
$ git grep actions/checkout | awk '{print $NF}' | sort | uniq -c
12 actions/checkoutv4
```
### 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.
Closes#196 from dongjoon-hyun/SPARK-52436.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments