Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ branding:
icon: anchor
inputs:
version:
description: "The chart-testing version to install (default: 3.12.0)"
description: "The chart-testing version to install"
required: false
default: '3.14.0'
yamllint_version:
description: "The yamllint version to install (default: 1.27.1)"
description: "The yamllint version to install"
required: false
default: '1.33.0'
yamale_version:
description: "The yamale version to install (default: 6.0.0)"
description: "The yamale version to install"
required: false
default: '6.0.0'
runs:
Expand Down