bjornjorgensen commented on code in PR #47832:
URL: https://github.com/apache/spark/pull/47832#discussion_r1725685856


##########
.github/workflows/build_and_test.yml:
##########
@@ -1112,14 +1112,12 @@ jobs:
         with:
           distribution: zulu
           java-version: ${{ inputs.java }}
-      - name: start minikube
-        run: |
-          # See more in "Installation" https://minikube.sigs.k8s.io/docs/start/
-          curl -LO 
https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
-          sudo install minikube-linux-amd64 /usr/local/bin/minikube
-          rm minikube-linux-amd64
+      - name: Start Minikube
+        uses: medyagh/[email protected]

Review Comment:
   why have you pinned the version to 0.0.18 and why not @latest 
   
   with this `curl -LO 
https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64` 
we had the latest always but now it its pinned. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to