Skip to content

Commit 0b57778

Browse files
chore(deps): bump helm/chart-testing-action from 2.6.1 to 2.7.0 (#9872)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f850e2 commit 0b57778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-helm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: azure/[email protected]
3434
with:
3535
version: v3.12.1
36-
- uses: helm/chart-testing-action@v2.6.1
36+
- uses: helm/chart-testing-action@v2.7.0
3737
- uses: helm/[email protected]
3838
with:
3939
node_image: kindest/node:v1.32.0

.github/workflows/ci-helm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
version: v3.12.1
3434
- name: Set up Chart Testing CLI
35-
uses: helm/chart-testing-action@v2.6.1
35+
uses: helm/chart-testing-action@v2.7.0
3636
- name: Change Detection
3737
id: list-changed
3838
run: |

0 commit comments

Comments
 (0)