From f110c23dbcd620b1447465d93862dd25b1c3ceaa Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Wed, 17 May 2023 08:37:46 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.7.0 --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index c49b2d7..e48fa45 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -25,7 +25,7 @@ jobs: - name: Run chart-testing (lint) run: ct lint --all - name: Create kind cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.7.0 - name: Install helm chart run: ct install --all - name: Run chart-releaser