From 0ff92a46de2d938ebdeffbb337f13efe84f9a12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:30:56 +0200 Subject: [PATCH] Bump helm/kind-action from 1.3.0 to 1.10.0 (#660) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.3.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.3.0...v1.10.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/test-helm-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-helm-chart.yml b/.github/workflows/test-helm-chart.yml index 32dfd49f..5172f9e7 100644 --- a/.github/workflows/test-helm-chart.yml +++ b/.github/workflows/test-helm-chart.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Kubernetes cluster using KinD - uses: helm/kind-action@v1.3.0 + uses: helm/kind-action@v1.10.0 with: version: v0.20.0