This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 3b93e5a [SPARK-54792] Update `setup-minikube` to v0.0.21
3b93e5a is described below
commit 3b93e5ae4fccf0f2cb30cef78b7344fe3fce4db5
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Dec 20 00:05:14 2025 -0800
[SPARK-54792] Update `setup-minikube` to v0.0.21
### What changes were proposed in this pull request?
This PR aims to update `setup-minikube` to the latest version v0.0.21.
### Why are the changes needed?
To use the latest one.
- https://github.com/medyagh/setup-minikube/releases/tag/v0.0.21
- https://github.com/medyagh/setup-minikube/pull/779
- https://github.com/medyagh/setup-minikube/pull/712
### 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 #441 from dongjoon-hyun/SPARK-54792.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index e96b54c..8cf40aa 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -105,7 +105,7 @@ jobs:
distribution: 'zulu'
cache: 'gradle'
- name: Set up Minikube
- uses: medyagh/[email protected]
+ uses: medyagh/[email protected]
with:
cache: true
kubernetes-version: ${{ matrix.kubernetes-version }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]