Skip to content

Commit 72d11ea

Browse files
committed
[SPARK-51908][K8S][TESTS] Update setup-minikube to v0.0.19
### What changes were proposed in this pull request? This PR aims to update `setup-minikube` to the latest version v0.0.19. ### Why are the changes needed? Currently, we use `v0.0.18` (2024-06-18). We had better use the latest one. - https://github.com/medyagh/setup-minikube/releases/tag/v0.0.19 (2025-01-23) ### 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 #50702 from dongjoon-hyun/SPARK-51908. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 8c808af commit 72d11ea

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
@@ -1240,7 +1240,7 @@ jobs:
12401240
sudo apt update
12411241
sudo apt-get install r-base
12421242
- name: Start Minikube
1243-
uses: medyagh/setup-minikube@v0.0.18
1243+
uses: medyagh/setup-minikube@v0.0.19
12441244
with:
12451245
kubernetes-version: "1.33.0"
12461246
# Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for better resource statistic

0 commit comments

Comments
 (0)