We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74767fe commit 8a39f70Copy full SHA for 8a39f70
.github/workflows/e2e.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Minikube
32
uses: manusa/actions-setup-minikube@92af4db914ab207f837251cd53eb7060e6477614 # v2.11.0
33
with:
34
- minikube version: v1.33.1
+ minikube version: v1.34.0
35
kubernetes version: ${{ matrix.k8sVersion }}
36
driver: docker
37
start args: "--container-runtime=${{ matrix.cri }}"
.github/workflows/push_pr.yml
@@ -152,7 +152,7 @@ jobs:
152
153
uses: manusa/[email protected]
154
155
156
157
158
github token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments