Skip to content

Commit

Permalink
chore(deps): update helm/chart-testing-action action to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 6bbecf3 commit 3980cf6
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@v2.4.0
uses: helm/chart-testing-action@v2.7.0
with:
command: lint
config: ct.yaml
Expand All @@ -24,7 +24,7 @@ jobs:
if: steps.lint.outputs.changed == 'true'

- name: Run chart-testing (install)
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.7.0
with:
command: install
config: ct.yaml

0 comments on commit 3980cf6

Please sign in to comment.