From 0378c7a4c5572c761dcef9ec7c9178175fd2a4b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:54:41 +0300 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.10.0 (#180) --- .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 ebaa322..4fb9e2f 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.9.0 + uses: helm/kind-action@v1.10.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 91b03ec..1dad43f 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.9.0 + uses: helm/kind-action@v1.10.0 with: install_only: true - name: Prepare test environment