Skip to content

Commit c84b144

Browse files
committed
[SPARK-51894] 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 apache#175 from dongjoon-hyun/SPARK-51894. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent bfb7cf3 commit c84b144

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
@@ -97,7 +97,7 @@ jobs:
9797
distribution: 'adopt'
9898
cache: 'gradle'
9999
- name: Set up Minikube
100-
uses: medyagh/[email protected].18
100+
uses: medyagh/[email protected].19
101101
with:
102102
cache: true
103103
kubernetes-version: ${{ matrix.kubernetes-version }}

0 commit comments

Comments
 (0)