From a76d264da6f3b74c6abdd49fa58adf06af59ea60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:12:27 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.12.0 --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 3633716..8740dc7 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Kind - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: install_only: true