Skip to content

Commit

Permalink
Bump helm/chart-testing-action from 1.0.0 to 2.4.0 (#295)
Browse files Browse the repository at this point in the history
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 1.0.0 to 2.4.0.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v1.0.0...v2.4.0)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent e9776e5 commit b19326d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v1.0.0
uses: helm/chart-testing-action@v2.4.0
with:
command: lint

Expand All @@ -23,6 +23,6 @@ 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.4.0
with:
command: install

0 comments on commit b19326d

Please sign in to comment.