From 740b45c875dda49effeaf7379fc94a1232a4d1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 07:58:28 +0000 Subject: [PATCH] build(deps): bump helm/kind-action from 1.4.0 to 1.8.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.4.0 to 1.8.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.4.0...v1.8.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-chart-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-lint.yml b/.github/workflows/helm-chart-lint.yml index fa7d0a60..e9da7396 100644 --- a/.github/workflows/helm-chart-lint.yml +++ b/.github/workflows/helm-chart-lint.yml @@ -69,7 +69,7 @@ jobs: # Preparing a kind cluster to install and test charts on - name: Create kind cluster - uses: helm/kind-action@v1.4.0 + uses: helm/kind-action@v1.8.0 if: ${{ env.CHART_CHANGED == 'true' }} # install the chart to the kind cluster and run helm test