Skip to content

Commit

Permalink
Merge pull request #118 from mergestat/renovate/helm-chart-testing-ac…
Browse files Browse the repository at this point in the history
…tion-2.x

chore(deps): update helm/chart-testing-action action to v2.4.0
  • Loading branch information
patrickdevivo authored Mar 24, 2023
2 parents 5d054e3 + da04df0 commit 73c41e1
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.3.1
uses: helm/chart-testing-action@v2.4.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.3.1
uses: helm/chart-testing-action@v2.4.0
with:
command: install
config: ct.yaml

0 comments on commit 73c41e1

Please sign in to comment.