From 7a4e59c465641fcb6422ec79c64a7b01913cf054 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Tue, 11 Jul 2023 12:54:08 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.8.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 e48fa45..a57ce1a 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.7.0 + uses: helm/kind-action@v1.8.0 - name: Install helm chart run: ct install --all - name: Run chart-releaser