Commit 8a36f40
committed
[SPARK-52435] 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
2 actions/checkoutv3
6 actions/checkoutv4
```
**AFTER**
```
$ git grep actions/checkout | awk '{print $NF}' | sort | uniq -c
8 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 apache#238 from dongjoon-hyun/SPARK-52435.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>actions/checkout@v4 consistently1 parent 8d6cd6f commit 8a36f40
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments