From b3104e919174afaacbca38d4080102b13ee38c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 04:38:15 +0000 Subject: [PATCH] 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/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d398fafec0..cf9286886d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -37,7 +37,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: src - - uses: helm/kind-action@v1.4.0 + - uses: helm/kind-action@v1.8.0 - run: tar -xvf ./src.tar.gz - run: | make install-csi-hostpath-driver