Skip to content

Commit ac92253

Browse files
Bump helm/chart-testing-action from 2.6.1 to 2.7.0
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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71202b4 commit ac92253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm-chart-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python-version: ${{ env.PYTHON_VERSION }}
6161

6262
- name: Setup chart-testing
63-
uses: helm/chart-testing-action@v2.6.1
63+
uses: helm/chart-testing-action@v2.7.0
6464
with:
6565
version: ${{ env.CHART_TESTING_VERSION }}
6666

@@ -146,7 +146,7 @@ jobs:
146146
python-version: ${{ env.PYTHON_VERSION }}
147147

148148
- name: Setup chart-testing
149-
uses: helm/chart-testing-action@v2.6.1
149+
uses: helm/chart-testing-action@v2.7.0
150150
with:
151151
version: ${{ env.CHART_TESTING_VERSION }}
152152

0 commit comments

Comments
 (0)