diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 5e7a1cc..0bcca4c 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -23,7 +23,7 @@ jobs: # Setup kind cluster - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.4.0 + uses: helm/kind-action@v1.7.0 with: cluster_name: kind - name: Load test docker image into the kind cluster diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 1cf0133..126a564 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -54,7 +54,7 @@ jobs: if: steps.list-changed.outputs.changed == 'true' - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.4.0 + uses: helm/kind-action@v1.7.0 with: cluster_name: kind if: steps.list-changed.outputs.changed == 'true'