From af96d800b1be6aab4e5770afe641ba93d52e3c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Robles=20Mart=C3=ADn?= Date: Sun, 21 Apr 2024 15:14:03 +0200 Subject: [PATCH] docs: update all version references to latest versions (#141) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: update all version references to latest versions Signed-off-by: Francisco Robles Martín * Update README.md Co-authored-by: Thiago Perrotta Signed-off-by: Francisco Robles Martín --------- Signed-off-by: Francisco Robles Martín Co-authored-by: Thiago Perrotta --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 55d92f9..60c27ad 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ 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`) -- `yamllint_version`: The chart-testing version to install (default: `1.27.1`) -- `yamale_version`: The chart-testing version to install (default: `3.0.4`) +- `version`: The chart-testing version to install (default: `3.10.1`) +- `yamllint_version`: The `yamllint` version to install (default: `1.27.1`) +- `yamale_version`: The `yamale` version to install (default: `3.0.4`) ### Example Workflow @@ -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/chart-testing-action@v2.6.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (list-changed) id: list-changed