From bd461ea15fb1860e39c5d9a144cf9aaee6e58fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 03:10:45 +0000 Subject: [PATCH] Bump helm/kind-action from 1.3.0 to 1.5.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.3.0 to 1.5.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.3.0...v1.5.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/helm_lint_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm_lint_test.yml b/.github/workflows/helm_lint_test.yml index 229ae97..544dba7 100644 --- a/.github/workflows/helm_lint_test.yml +++ b/.github/workflows/helm_lint_test.yml @@ -44,7 +44,7 @@ jobs: run: ct lint --config ct.yml - name: Create kind cluster - uses: helm/kind-action@v1.3.0 + uses: helm/kind-action@v1.5.0 with: install_local_path_provisioner: true if: steps.list-changed.outputs.changed == 'true'