Commit 98d1ccb
committed
[SPARK-52436] Update CIs to use
### 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]>actions/checkout@v4 consistently1 parent 7b5a4b2 commit 98d1ccb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments