Bump helm/chart-testing-action from v1.0.0-alpha.3 to v1.0.0

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from v1.0.0-alpha.3 to v1.0.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](https://github.com/helm/chart-testing-action/compare/v1.0.0-alpha.3...96a4323c6cfa90ddea6e02db43143cd80124a7fa)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-13 11:38:44 +00:00 committed by github-actions[bot]
parent f3cbee4592
commit 0d3984a8e3
1 changed files with 2 additions and 2 deletions

View File

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