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
### What changes were proposed in this pull request?
This PR aims to upgrade `actions/checkout` to v5.
### Why are the changes needed?
`v5.0.0` was released 3 weeks ago with a major improvement upgrading `NodeJS` from `20` to `24`, which will be LTS soon.
- https://github.com/actions/checkout/releases/tag/v5.0.0
- actions/checkout#2226
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs and check manually.
**BEFORE**
```
$ git grep actions/checkoutv4 .github/ | wc -l
15
```
**AFTER**
```
$ git grep actions/checkoutv4 .github/ | wc -l
0
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#232 from dongjoon-hyun/SPARK-53463.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments