From 8f49bbef63d70593c1c67ddf20e2bf0d29ec3bd9 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Mon, 23 Dec 2024 09:13:48 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.12.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 f3e69af..66d47c8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -132,7 +132,7 @@ jobs: - name: Install kind / kubectl if: inputs.ansible_test_targets != '' - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: version: v0.26.0 install_only: true