forked from argoproj/argo-helm
chore(chart-testing-action): Update components (#823)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>main
parent
7f16fc4213
commit
8a39a9d1ba
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
- name: Setup Chart Linting
|
||||
id: lint
|
||||
uses: helm/chart-testing-action@v2.0.1
|
||||
uses: helm/chart-testing-action@v2.1.0
|
||||
|
||||
- name: List changed charts
|
||||
id: list-changed
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: ct lint --debug --config ./.github/configs/ct-lint.yaml --lint-conf ./.github/configs/lintconf.yaml
|
||||
|
||||
- name: Create kind cluster
|
||||
uses: helm/kind-action@v1.1.0
|
||||
uses: helm/kind-action@v1.2.0
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
|
|
Loading…
Reference in New Issue