From fcac98bd0a0c82bd14a4dfeadb5766fe1fd2c5a3 Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Mon, 16 Dec 2024 10:58:56 +0100 Subject: [PATCH] Upgrade helm/kind-action to v1.11.0 Signed-off-by: Antonin Stefanutti --- .github/workflows/setup-e2e-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-e2e-test/action.yaml b/.github/workflows/setup-e2e-test/action.yaml index 6cdb5c7223..900151ea07 100644 --- a/.github/workflows/setup-e2e-test/action.yaml +++ b/.github/workflows/setup-e2e-test/action.yaml @@ -30,7 +30,7 @@ runs: go-version-file: go.mod - name: Create k8s Kind Cluster - uses: helm/kind-action@9fdad0686e6f19fcd572f62516f5e0436f562ee7 + uses: helm/kind-action@v1.11.0 with: node_image: kindest/node:${{ inputs.kubernetes-version }} cluster_name: training-operator-cluster