From 061479022ded9bdd2084e514f6eb691183f56dbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:17:55 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.11.0 --- .github/actions/create-cluster/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-cluster/action.yaml b/.github/actions/create-cluster/action.yaml index 8223179f..6fd9f5a3 100644 --- a/.github/actions/create-cluster/action.yaml +++ b/.github/actions/create-cluster/action.yaml @@ -45,7 +45,7 @@ runs: make install-tools - name: "Create single kind Cluster" - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: cluster_name: ${{ inputs.cluster-name }} version: ${{ inputs.kind-version }}