Skip to content

Commit df6882a

Browse files
committed
[SPARK-53468] 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#307 from dongjoon-hyun/SPARK-53468. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 5b0a7bc commit df6882a

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
@@ -105,7 +105,7 @@ jobs:
105105
distribution: 'adopt'
106106
cache: 'gradle'
107107
- name: Set up Minikube
108-
uses: medyagh/[email protected].19
108+
uses: medyagh/[email protected].20
109109
with:
110110
cache: true
111111
kubernetes-version: ${{ matrix.kubernetes-version }}

0 commit comments

Comments
 (0)