File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,17 @@ jobs:
15
15
- name : Set up Helm
16
16
uses : azure/setup-helm@v3
17
17
with :
18
- version : v3.4 .1
18
+ version : v3.12 .1
19
19
20
20
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
21
21
# yamllint (https://github.com/adrienverge/yamllint) which require Python
22
- - name : Set up Python
23
- uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v4
24
23
with :
25
- python-version : 3.7
24
+ python-version : ' 3.10'
25
+ check-latest : true
26
26
27
27
- name : Set up chart-testing
28
-
29
- with :
30
- version : v3.4.0
28
+
31
29
32
30
- name : Run chart-testing (lint)
33
31
run : ct lint --config ct.yaml
38
36
git diff --exit-code -- README.md
39
37
40
38
- name : Create kind cluster
41
- uses : helm/kind-action@v1.5 .0
39
+ uses : helm/kind-action@v1.8 .0
42
40
43
41
- name : Run chart-testing (install)
44
42
run : |
You can’t perform that action at this time.
0 commit comments