File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 - name : Setup Minikube-Kubernetes
3333 uses : manusa/actions-setup-minikube@v2.16.0
3434 with :
35- minikube version : v1.36.0
35+ minikube version : ' v1.38.1 '
3636 # Use the latest versions supported by minikube, otherwise GitHub it will
3737 # end up in a throttling requests from minikube and workflow will fail.
3838 # Minikube does such requests only if a version is not officially supported.
39- kubernetes version : v1.33.1
39+ kubernetes version : ' v1.35.2 '
4040 github token : ${{ secrets.GITHUB_TOKEN }}
4141 driver : docker
4242
Original file line number Diff line number Diff line change 4141 - name : Set up Minikube
4242 uses : manusa/actions-setup-minikube@v2.16.0
4343 with :
44- minikube version : ' v1.36.0 '
44+ minikube version : ' v1.38.1 '
4545 kubernetes version : ' ${{ inputs.kube-version }}'
4646 github token : ${{ github.token }}
4747
You can’t perform that action at this time.
0 commit comments