We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df91b0a commit a6a4d79Copy full SHA for a6a4d79
.github/workflows/e2e-tests.yml
@@ -66,7 +66,7 @@ jobs:
66
if: steps.go-cache.outputs.cache-hit != 'true'
67
run: make -j2 gomoddownload
68
- name: Create kind cluster
69
- uses: helm/kind-action@v1.7.0
+ uses: helm/kind-action@v1.8.0
70
with:
71
node_image: kindest/node:${{ matrix.k8s-version }}
72
kubectl_version: ${{ matrix.k8s-version }}
0 commit comments