From afe8150b24eb3fe17ed0055c576e89b852e2b503 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:31:04 +0000 Subject: [PATCH] Update helm/kind-action action to v1.10.0 --- .github/workflows/helm_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm_checks.yml b/.github/workflows/helm_checks.yml index 5ceb784..8efafcf 100644 --- a/.github/workflows/helm_checks.yml +++ b/.github/workflows/helm_checks.yml @@ -42,7 +42,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'