Skip to content

Commit a116d90

Browse files
authored
chore: update chart tesing action to sove the cosign dependency issue (#1439)
1 parent 994d6bc commit a116d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git clean -df .
3939
4040
- name: Set up chart-testing
41-
uses: helm/chart-testing-action@v2.4.0
41+
uses: helm/chart-testing-action@v2.6.0
4242

4343
- name: Expand templates for CI
4444
run: |
@@ -113,7 +113,7 @@ jobs:
113113
git clean -df .
114114
115115
- name: Set up chart-testing
116-
uses: helm/chart-testing-action@v2.4.0
116+
uses: helm/chart-testing-action@v2.6.0
117117

118118
- name: Expand templates for CI
119119
run: |

0 commit comments

Comments
 (0)