diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 404be8c102..634824c61b 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -24,7 +24,7 @@ jobs: sleep 1 - name: Create Kubernetes KinD Cluster - uses: container-tools/kind-action@v1.5.0 + uses: container-tools/kind-action@v1.7.0 with: cluster_name: e2e-test registry: false