From a8b8af072876b0d0a580b8813f3ea6fbda7b9cef Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Tue, 17 Feb 2026 17:35:49 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.14.0 Signed-off-by: redhat-renovate-bot --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dc53e66..a38319b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -141,7 +141,7 @@ jobs: - name: Install kind / kubectl if: inputs.ansible_test_targets != '' - uses: helm/kind-action@v1.13.0 + uses: helm/kind-action@v1.14.0 with: version: v0.31.0 install_only: true