From 26e9f068af8f67a5309d72a1d330515f32227a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:20:48 +0200 Subject: [PATCH] build(deps): bump helm/kind-action from 1.2.0 to 1.3.0 (#8) --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index a3d5ff121..70f42bb5e 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -18,7 +18,7 @@ jobs: version: v3.6.2 - name: Create kind cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.3.0 - name: Deploy using helm chart run: |