From d08bc7125eb16bd8f6f1c20dd5b70b11bab967bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:40:31 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.12.0 Signed-off-by: renovate[bot] --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 4d8ba1f1b..73e8fdcd1 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -43,7 +43,7 @@ jobs: with: version: ${{ env.HELM_VERSION }} - name: Create kind cluster - uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG }}