From 5be52b3ad0b10aae47d6ac14b3ecf3c9f6176349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:55:11 +0530 Subject: [PATCH] Bump helm/kind-action from 1.8.0 to 1.9.0 (#2670) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.8.0...v1.9.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/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5e873af199..f3627fac17 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -58,7 +58,7 @@ jobs: run: echo "${{needs.gomod.outputs.gomod}}" > go.mod - name: restore_gosum run: echo "${{needs.gomod.outputs.gosum}}" > go.sum - - uses: helm/kind-action@v1.8.0 + - uses: helm/kind-action@v1.9.0 - run: | make install-csi-hostpath-driver make install-minio