File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ A GitHub Action for installing the [helm/chart-testing](https://github.com/helm/
15
15
16
16
For more information on inputs, see the [ API Documentation] ( https://developer.github.com/v3/repos/releases/#input )
17
17
18
- - ` version ` : The chart-testing version to install (default: ` 3.9.0 ` )
19
- - ` yamllint_version ` : The chart-testing version to install (default: ` 1.27.1 ` )
20
- - ` yamale_version ` : The chart-testing version to install (default: ` 3.0.4 ` )
18
+ - ` version ` : The chart-testing version to install (default: ` 3.10.1 ` )
19
+ - ` yamllint_version ` : The ` yamllint ` version to install (default: ` 1.27.1 ` )
20
+ - ` yamale_version ` : The ` yamale ` version to install (default: ` 3.0.4 ` )
21
21
22
22
### Example Workflow
23
23
@@ -44,15 +44,15 @@ jobs:
44
44
- name : Set up Helm
45
45
uses : azure/setup-helm@v3
46
46
with :
47
- version : v3.12.1
47
+ version : v3.14.0
48
48
49
49
- uses : actions/setup-python@v4
50
50
with :
51
- python-version : ' 3.10 '
51
+ python-version : ' 3.12 '
52
52
check-latest : true
53
53
54
54
- name : Set up chart-testing
55
-
55
+
56
56
57
57
- name : Run chart-testing (list-changed)
58
58
id : list-changed
You can’t perform that action at this time.
0 commit comments