From 7dbd1ab7fd1ce4a66558441efb7ef55124ceab1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:55:11 +0000 Subject: [PATCH] Update helm/kind-action action to v1.14.0 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fc9cd76..97c9799 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: - name: Setup Kind Cluster if: ${{ matrix.cluster == 'kind' }} - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.14.0 with: cluster_name: kind-devinfra config: kind-config.yaml