From 4b57ed68aa59d1418ac1bc102a8569643c745936 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:39:05 -0500 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.11.0 (#278) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-chart.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-chart.yaml b/.github/workflows/ci-chart.yaml index 4fb9e2f..da5f580 100644 --- a/.github/workflows/ci-chart.yaml +++ b/.github/workflows/ci-chart.yaml @@ -40,7 +40,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e75089..ee5dc6a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: # version: v1.46 args: -v --timeout 5m --no-config ./... - name: Install k8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: install_only: true - name: Prepare test environment