Skip to content

Commit d8fce97

Browse files
authored
Bump chart-testing-action version (helm#26)
Signed-off-by: David Karlsen <[email protected]>
1 parent b9c13b6 commit d8fce97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Run chart-testing (lint)
1515
id: lint
16-
uses: helm/chart-testing-action@v1.0.0
16+
uses: helm/chart-testing-action@v1.1.0
1717
with:
1818
command: lint
1919
config: ct.yaml
@@ -23,7 +23,7 @@ jobs:
2323
if: steps.lint.outputs.changed == 'true'
2424

2525
- name: Run chart-testing (install)
26-
uses: helm/chart-testing-action@v1.0.0
26+
uses: helm/chart-testing-action@v1.1.0
2727
with:
2828
command: install
2929
config: ct.yaml

0 commit comments

Comments
 (0)