From 53635cec4e1fec416ee8ad5800e453e717c70cfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:20:03 +0100 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.12.0 (#85) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ct.yaml b/.github/workflows/ct.yaml index 0752e22..8405c82 100644 --- a/.github/workflows/ct.yaml +++ b/.github/workflows/ct.yaml @@ -39,7 +39,7 @@ jobs: ct lint --chart-dirs sickhub --all - name: Create kind cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 if: github.ref == 'refs/heads/master' || steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)