Bump helm/chart-testing-action from v1.1.0 to v2.0.0

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from v1.1.0 to v2.0.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](https://github.com/helm/chart-testing-action/compare/v1.1.0...ed8c395d13ec493a81a19485dda73c287a96007d)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-09 07:13:09 +00:00 committed by github-actions[bot]
parent 708320a390
commit 9a25aa64de
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v1.1.0
uses: helm/chart-testing-action@v2.0.0
with:
command: lint
@ -22,6 +22,6 @@ jobs:
if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install)
uses: helm/chart-testing-action@v1.1.0
uses: helm/chart-testing-action@v2.0.0
with:
command: install