Skip to content

Commit af96d80

Browse files
docs: update all version references to latest versions (#141)
* docs: update all version references to latest versions Signed-off-by: Francisco Robles Martín <[email protected]> * Update README.md Co-authored-by: Thiago Perrotta <[email protected]> Signed-off-by: Francisco Robles Martín <[email protected]> --------- Signed-off-by: Francisco Robles Martín <[email protected]> Co-authored-by: Thiago Perrotta <[email protected]>
1 parent dbd7bf1 commit af96d80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ A GitHub Action for installing the [helm/chart-testing](https://github.com/helm/
1515

1616
For 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: `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`)
2121

2222
### Example Workflow
2323

@@ -44,15 +44,15 @@ jobs:
4444
- name: Set up Helm
4545
uses: azure/setup-helm@v3
4646
with:
47-
version: v3.12.1
47+
version: v3.14.0
4848

4949
- uses: actions/setup-python@v4
5050
with:
51-
python-version: '3.10'
51+
python-version: '3.12'
5252
check-latest: true
5353

5454
- name: Set up chart-testing
55-
uses: helm/[email protected].0
55+
uses: helm/[email protected].1
5656

5757
- name: Run chart-testing (list-changed)
5858
id: list-changed

0 commit comments

Comments
 (0)