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 df6882a  [SPARK-53468] Update `setup-minikube` to v0.0.20
df6882a is described below

commit df6882a68d748269a0c537740cac2c2172d18749
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Sep 2 23:08:59 2025 -0700

    [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 #307 from dongjoon-hyun/SPARK-53468.
    
    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 cc76f42..8c46594 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -105,7 +105,7 @@ jobs:
           distribution: 'adopt'
           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]

Reply via email to