Skip to content

Commit db906f3

Browse files
Bump helm/chart-testing-action from 2.6.1 to 2.7.0 (#282)
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 224c84e commit db906f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: 3.13
4040
- name: Setup Chart Linting
4141
id: lint
42-
uses: helm/chart-testing-action@v2.6.1
42+
uses: helm/chart-testing-action@v2.7.0
4343
- name: Run chart-testing
4444
run: ct lint --validate-maintainers=false --charts ${{ env.CHART_DIR }}
4545
publish:

.github/workflows/test-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
python-version: 3.13
4040
- name: Setup Chart Linting
4141
id: lint
42-
uses: helm/chart-testing-action@v2.6.1
42+
uses: helm/chart-testing-action@v2.7.0
4343
- name: Run chart-testing
4444
run: ct lint --validate-maintainers=false --charts ${{ env.CHART_DIR }}

0 commit comments

Comments
 (0)