From b513acb53d4dc9607ceafff65d0d919733f89cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:11:26 +0000 Subject: [PATCH] ci(deps): bump helm/kind-action in the minor-actions-dependencies group Bumps the minor-actions-dependencies group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/a1b0e391336a6ee6713a0583f8c6240d70863de3...92086f6be054225fa813e0a4b13787fc9088faab) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/test-on-kind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-on-kind.yml b/.github/workflows/test-on-kind.yml index e4173bb4..1231e73b 100644 --- a/.github/workflows/test-on-kind.yml +++ b/.github/workflows/test-on-kind.yml @@ -70,7 +70,7 @@ jobs: - name: Create k8s Kind Cluster for Cilium if: matrix.module == 'modules/cni/cilium/base' - uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 + uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 with: version: v0.30.0 kubectl_version: "${{ matrix.versions.kubectl }}" @@ -80,7 +80,7 @@ jobs: - name: Create k8s Kind Cluster if: matrix.module != 'modules/cni/cilium/base' - uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 + uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 with: version: v0.30.0 kubectl_version: "${{ matrix.versions.kubectl }}"