From 38421de1d778cfe7cc80eba4814df5d4a2acbee4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:28:53 +0000 Subject: [PATCH] Update helm/kind-action action to v1.11.0 --- .github/workflows/helm-charts-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-charts-test.yaml b/.github/workflows/helm-charts-test.yaml index efe4b07..fd234cb 100644 --- a/.github/workflows/helm-charts-test.yaml +++ b/.github/workflows/helm-charts-test.yaml @@ -138,7 +138,7 @@ jobs: run: git fetch --prune --unshallow - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: node_image: "kindest/node:v${{ matrix.k8s }}.0" config: etc/kind.yaml