From 0069fb1d64159c7eed5be1a103f68cab756a68ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:39:54 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.14.0 --- .github/workflows/build-and-test.yaml | 2 +- .github/workflows/k8s-collector-integration.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 3a1291e2..d9185281 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -530,7 +530,7 @@ jobs: fetch-depth: 0 - name: Set up kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: version: v0.30.0 cluster_name: e2e-kind diff --git a/.github/workflows/k8s-collector-integration.yaml b/.github/workflows/k8s-collector-integration.yaml index b65542aa..55b17e15 100644 --- a/.github/workflows/k8s-collector-integration.yaml +++ b/.github/workflows/k8s-collector-integration.yaml @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v4 - name: Set up kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: version: v0.30.0 cluster_name: k8s-collector-e2e