Skip to content

Commit f1f62e0

Browse files
chore(deps): update helm/chart-testing-action action to v2.8.0 (#282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 709136e commit f1f62e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chart-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: "3.x"
4444
check-latest: true
4545
- name: Set up chart-testing
46-
uses: helm/chart-testing-action@v2.6.1
46+
uses: helm/chart-testing-action@v2.8.0
4747
- name: Lint chart
4848
run: ct lint --target-branch ${TARGET_BRANCH} --lint-conf lintconf.yaml --config ct.yaml --chart-yaml-schema chart_schema.yaml
4949

.github/workflows/chart-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
python-version: "3.x"
5656
check-latest: true
57-
- uses: helm/chart-testing-action@v2.6.1
57+
- uses: helm/chart-testing-action@v2.8.0
5858
- name: Set up Kind cluster
5959
uses: helm/kind-action@v1
6060
with:

0 commit comments

Comments
 (0)