Skip to content
Snippets Groups Projects
Unverified Commit cc4a4f51 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

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

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

)

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 64202ff4
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ jobs:
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v1.0.0
uses: helm/chart-testing-action@v2.0.1
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
uses: helm/chart-testing-action@v2.0.1
with:
command: install
config: .github/ct.yaml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment