From e8ee57e46365296c6b67b33fc4654306526dd781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:51:55 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action from 1.2.0 to 1.10.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/94729529f85113b88f4f819c17ce61382e6d8478...0025e74a8c7512023d06dc019c617aa3cf561fde) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index 656c2339e298..394dcefbb4a8 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -37,7 +37,7 @@ jobs: id: lint uses: helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a - name: Setup Kubernetes cluster (KIND) - uses: helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 + uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde with: version: ${{ env.KIND_VERSION }} image: ${{ env.KIND_IMAGE }}