Skip to content

Commit

Permalink
chore(deps): update helm/chart-testing-action action to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 6bbecf3 commit 61505d1
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.6.1
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.6.1
with:
command: install
config: ct.yaml

0 comments on commit 61505d1

Please sign in to comment.