From a539dea830face6c4866f8d1e1c1583bbad75682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 08:34:35 -0700 Subject: [PATCH] Bump helm/kind-action from 1.7.0 to 1.8.0 (#4686) --- .github/workflows/helm_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm_ci.yml b/.github/workflows/helm_ci.yml index b3fc59ed7..6129faa53 100644 --- a/.github/workflows/helm_ci.yml +++ b/.github/workflows/helm_ci.yml @@ -45,7 +45,7 @@ jobs: run: ct lint --all --validate-maintainers=false --chart-dirs k8s/charts - name: Create kind cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 - name: Run chart-testing (install) run: ct install --all --chart-dirs k8s/charts \ No newline at end of file