From 66b2666c961ce6b2a46c87a958596f177405f13c Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Sun, 11 Feb 2024 16:44:02 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.9.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 2dddb97..b0c8e86 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.8.0 + uses: helm/kind-action@v1.9.0 - name: Install helm chart run: ct install --all - name: Run chart-releaser