File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A GitHub Action for installing the [helm/chart-testing](https://github.com/helm/
1515
1616For more information on inputs, see the [ API Documentation] ( https://developer.github.com/v3/repos/releases/#input )
1717
18- - ` version ` : The chart-testing version to install (default: ` v3.3 .0 ` )
18+ - ` version ` : The chart-testing version to install (default: ` v3.4 .0 ` )
1919
2020### Example Workflow
2121
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ branding:
66 icon : anchor
77inputs :
88 version :
9- description : " The chart-testing version to install (default: v3.3 .0)"
10- default : v3.3 .0
9+ description : " The chart-testing version to install (default: v3.4 .0)"
10+ default : v3.4 .0
1111runs :
1212 using : composite
1313 steps :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -o errexit
44set -o nounset
55set -o pipefail
66
7- DEFAULT_CHART_TESTING_VERSION=v3.3 .0
7+ DEFAULT_CHART_TESTING_VERSION=v3.4 .0
88
99show_help () {
1010cat << EOF
You can’t perform that action at this time.
0 commit comments