From 11a5b12d93c1ff49f2cb1c8b7ab9c5f6ef7fa800 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:49:41 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.14.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/workflows/manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manifests.yaml b/.github/workflows/manifests.yaml index 6b9c396b1b..c779c202a2 100644 --- a/.github/workflows/manifests.yaml +++ b/.github/workflows/manifests.yaml @@ -17,7 +17,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - name: Create kind cluster - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.14.0 with: node_image: kindest/node:${{ matrix.k8s-version }} kubectl_version: ${{ matrix.k8s-version }}