From 897c533866565ba0ea0ad1678a56a5f75c79b968 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 08:18:39 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.6.0 Signed-off-by: Renovate Bot --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3e1e62aa..d520a663 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,7 +59,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 # v1.5.0 + uses: helm/kind-action@28ee08d2676d31cf4ccf6b1564d60886b31046c8 # v1.6.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true'