Bump helm/chart-testing-action from v1.0.0 to v1.1.0
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from v1.0.0 to v1.1.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v1.0.0...a51c8703995f0c1b6666ab090e4553301aada66c) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6e04d9b63b
commit
6f6e6b1c76
|
|
@ -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
|
uses: helm/chart-testing-action@v1.1.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
|
uses: helm/chart-testing-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
command: install
|
command: install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue