From 418f07747d704a92e977303f6da870e79b877358 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Tue, 11 Nov 2025 16:34:50 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.13.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 72d961b..6dff1b1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -115,7 +115,7 @@ jobs: - name: Install kind / kubectl if: inputs.ansible_test_targets != '' - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 with: version: v0.30.0 install_only: true