From 5ff419754c5964aef9aa43ff3e0e93579ab1fb79 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Mon, 16 Dec 2024 10:13:35 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.11.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 740b35b..389426f 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.10.0 + uses: helm/kind-action@v1.11.0 with: version: v0.25.0 install_only: true