From 7c474c2dffdc3a340439377eef907cd32fbdc632 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 06:58:21 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.12.0 --- .github/workflows/ci-agent-resource-discovery.yml | 2 +- .github/workflows/ci-agent-scraper.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-agent-resource-discovery.yml b/.github/workflows/ci-agent-resource-discovery.yml index 0e8da7f..81e15dc 100644 --- a/.github/workflows/ci-agent-resource-discovery.yml +++ b/.github/workflows/ci-agent-resource-discovery.yml @@ -53,7 +53,7 @@ jobs: uses: Azure/setup-helm@v3 - name: Create k8s ${{ matrix.kubernetesVersion }} Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: node_image: ${{ matrix.kindImage }} diff --git a/.github/workflows/ci-agent-scraper.yml b/.github/workflows/ci-agent-scraper.yml index 7dd9666..58c6d9b 100644 --- a/.github/workflows/ci-agent-scraper.yml +++ b/.github/workflows/ci-agent-scraper.yml @@ -57,7 +57,7 @@ jobs: working-directory: ./config - name: Create k8s ${{ matrix.kubernetesVersion }} Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: node_image: ${{ matrix.kindImage }}