From 90c588eb2c803e61381d5e216d1a48c3ac9c348d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:44:23 +0300 Subject: [PATCH] build(deps): bump helm/kind-action from 1.7.0 to 1.8.0 (#1368) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.7.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-helm-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-helm-chart.yaml b/.github/workflows/publish-helm-chart.yaml index f125e261f..f1b01c8ff 100644 --- a/.github/workflows/publish-helm-chart.yaml +++ b/.github/workflows/publish-helm-chart.yaml @@ -36,7 +36,7 @@ jobs: id: lint uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.1.0 - name: Setup Kubernetes cluster (KIND) - uses: helm/kind-action@v1.7.0 # v1.5.0 + uses: helm/kind-action@v1.8.0 # v1.5.0 with: version: ${{ env.KIND_VERSION }} image: ${{ env.KIND_IMAGE }}