From 62d25bb739582fc0ae993684bbfd43a49bba258a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:42:43 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action from 1.3.0 to 1.4.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/d08cf6ff1575077dee99962540d77ce91c62387d...9e8295d178de23cbfbd8fa16cf844eec1d773a07) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-chart.yml b/.github/workflows/publish-chart.yml index 10c9c058..9d0e9d52 100644 --- a/.github/workflows/publish-chart.yml +++ b/.github/workflows/publish-chart.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - name: Setup Kubernetes cluster (KIND) - uses: helm/kind-action@d08cf6ff1575077dee99962540d77ce91c62387d + uses: helm/kind-action@9e8295d178de23cbfbd8fa16cf844eec1d773a07 with: version: ${{ env.KIND_VERSION }} image: ${{ env.KIND_IMAGE }}