Merge pull request #187 from weaveworks/dependabot/github_actions/helm/chart-testing-action-v1.0.0

Bump helm/chart-testing-action from v1.0.0-rc.2 to v1.0.0
This commit is contained in:
Daniel Holbach
2020-09-01 10:59:14 +02:00
committed by GitHub
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v1.0.0-rc.2
uses: helm/chart-testing-action@v1.0.0
with:
command: lint
config: .github/ct.yaml
@@ -26,7 +26,7 @@ jobs:
if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install)
uses: helm/chart-testing-action@v1.0.0-rc.2
uses: helm/chart-testing-action@v1.0.0
with:
command: install
config: .github/ct.yaml