Skip to content

Commit a5f76ca

Browse files
committed
[SPARK-53464][K8S][INFRA] Update setup-minikube to v0.0.20
### What changes were proposed in this pull request? This PR aims to update `setup-minikube` to the latest version v0.0.20. ### Why are the changes needed? Currently, we use `v0.0.19` (2025-01-22). We had better use the latest one. - https://github.com/medyagh/setup-minikube/releases/tag/v0.0.20 (2025-07-08) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52205 from dongjoon-hyun/SPARK-53464. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 6ec533c commit a5f76ca

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
@@ -1323,7 +1323,7 @@ jobs:
13231323
sudo apt update
13241324
sudo apt-get install r-base
13251325
- name: Start Minikube
1326-
uses: medyagh/[email protected].19
1326+
uses: medyagh/[email protected].20
13271327
with:
13281328
kubernetes-version: "1.33.0"
13291329
# Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for better resource statistic

0 commit comments

Comments
 (0)