Skip to content

Commit 98d1ccb

Browse files
committed
[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]>
1 parent 7b5a4b2 commit 98d1ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
- name: Check license header
3636
uses: apache/skywalking-eyes@main
3737
env:

0 commit comments

Comments
 (0)