diff --git a/.github/workflows/kind-e2e.yml b/.github/workflows/kind-e2e.yml index 16ed5ed7acc..b2c9cbf5a33 100644 --- a/.github/workflows/kind-e2e.yml +++ b/.github/workflows/kind-e2e.yml @@ -48,7 +48,7 @@ jobs: path: ${{ env.GOPATH }}/src/github.com/fluid-cloudnative/fluid - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:${{ matrix.kubernetes-version }} cluster_name: ${{ env.KIND_CLUSTER }}