From 2f77e00040c1b644454dacd36e230a35a6f447dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:54:23 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.8.0 --- .github/workflows/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 1c8be333..41f0b384 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -44,7 +44,7 @@ jobs: run: ct lint --target-branch ${{ github.event.repository.default_branch }} --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)