From dadf2cdd48a6374ab400e87916e93217693c1b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 08:53:51 +0000 Subject: [PATCH] Bump helm/kind-action from v1.0.0-rc.1 to v1.0.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from v1.0.0-rc.1 to v1.0.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.0.0-rc.1...3af270e3dacc4feded63d810def7e19de77cba72) Signed-off-by: dependabot[bot] --- .github/workflows/chart-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lint.yml b/.github/workflows/chart-lint.yml index 418a68f..aa5f377 100644 --- a/.github/workflows/chart-lint.yml +++ b/.github/workflows/chart-lint.yml @@ -22,7 +22,7 @@ jobs: config: .github/ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.0.0-rc.1 + uses: helm/kind-action@v1.0.0 if: steps.lint.outputs.changed == 'true' - name: Run chart-testing (install)