Skip to content

Commit 17e143b

Browse files
Update helm/chart-testing-action action to v2.7.0
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | helm/chart-testing-action | v2.6.1 | v2.7.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8032cee commit 17e143b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
check-latest: true
116116

117117
- name: Set up chart-testing
118-
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
118+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
119119

120120
- name: Install Chart
121121
run: |
@@ -168,7 +168,7 @@ jobs:
168168
check-latest: true
169169

170170
- name: Set up chart-testing
171-
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
171+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
172172

173173
- name: Install Chart
174174
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
check-latest: true
113113

114114
- name: Set up chart-testing
115-
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
115+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
116116
with:
117117
version: 3.12.0 # renovate: datasource=github-tags depName=helm/chart-testing
118118

0 commit comments

Comments
 (0)