Skip to content

Commit

Permalink
Bump chart-testing-action to v1.0.0 (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Rigby <[email protected]>
  • Loading branch information
scottrigby authored Aug 9, 2020
1 parent 1ed8826 commit c3d1fa6
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/[email protected]-rc.2
uses: helm/[email protected]
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/[email protected]-rc.2
uses: helm/[email protected]
with:
command: install
config: ct.yaml

0 comments on commit c3d1fa6

Please sign in to comment.