From 6863bdb20807546129ddaed61fc4c79644c8cfb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 00:56:00 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.4.0 --- .github/workflows/publish-chart.yaml | 2 +- .github/workflows/validate-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index 0dfe0b4a..f7b7c904 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -73,7 +73,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.3.0 + uses: helm/kind-action@v1.4.0 # We need cert-manager already installed in the cluster because we assume the CRDs exist - name: Install cert-manager diff --git a/.github/workflows/validate-chart.yaml b/.github/workflows/validate-chart.yaml index f156fdb4..f4d89483 100644 --- a/.github/workflows/validate-chart.yaml +++ b/.github/workflows/validate-chart.yaml @@ -67,7 +67,7 @@ jobs: ct lint --config charts/.ci/ct-config.yaml - name: Create kind cluster - uses: helm/kind-action@v1.3.0 + uses: helm/kind-action@v1.4.0 if: steps.list-changed.outputs.changed == 'true' # We need cert-manager already installed in the cluster because we assume the CRDs exist