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] <support@github.com>
This commit is contained in:
parent
b0c5c83c90
commit
91db573c29
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
command: lint
|
command: lint
|
||||||
|
|
||||||
- name: Create kind cluster
|
- name: Create kind cluster
|
||||||
uses: helm/kind-action@v1.0.0-alpha.3
|
uses: helm/kind-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
install_local_path_provisioner: true
|
install_local_path_provisioner: true
|
||||||
if: steps.lint.outputs.changed == 'true'
|
if: steps.lint.outputs.changed == 'true'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue