From 91db573c29b70a7a65bc46e79f29460e318b2096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 11:38:45 +0000 Subject: [PATCH] Bump helm/kind-action from v1.0.0-alpha.3 to v1.0.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from v1.0.0-alpha.3 to v1.0.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.0.0-alpha.3...3af270e3dacc4feded63d810def7e19de77cba72) Signed-off-by: dependabot[bot] --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 13b38fc..cdae332 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -16,7 +16,7 @@ jobs: command: lint - name: Create kind cluster - uses: helm/kind-action@v1.0.0-alpha.3 + uses: helm/kind-action@v1.0.0 with: install_local_path_provisioner: true if: steps.lint.outputs.changed == 'true'