-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update all version references to latest versions
Signed-off-by: Francisco Robles Martín <[email protected]>
- Loading branch information
1 parent
df9dfa7
commit d068a94
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | |
|
||
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input) | ||
|
||
- `version`: The chart-testing version to install (default: `3.9.0`) | ||
- `version`: The chart-testing version to install (default: `3.10.1`) | ||
- `yamllint_version`: The chart-testing version to install (default: `1.27.1`) | ||
- `yamale_version`: The chart-testing version to install (default: `3.0.4`) | ||
|
||
|
@@ -44,15 +44,15 @@ jobs: | |
- name: Set up Helm | ||
uses: azure/setup-helm@v3 | ||
with: | ||
version: v3.12.1 | ||
version: v3.14.0 | ||
|
||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
python-version: '3.12' | ||
check-latest: true | ||
|
||
- name: Set up chart-testing | ||
uses: helm/[email protected].0 | ||
uses: helm/[email protected].1 | ||
|
||
- name: Run chart-testing (list-changed) | ||
id: list-changed | ||
|