From 3c3d69d2be548fa35b7536b19240c0eea7abac52 Mon Sep 17 00:00:00 2001 From: standrewd <146740128+standrewd@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:26:20 -0500 Subject: [PATCH] Update helm/chart-testing-action to 2.6.1 (#31) **Description** Updating the github action step for `helm/chart-testing-action` to the 2.6.1 as it's the latest version and the current version seems to no longer work. **Testing** Action is ran on this pr and successfully finished. **Documentation** N/A --- .github/workflows/lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 56ea01c..e42ce13 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -22,7 +22,7 @@ jobs: check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (list-changed) id: list-changed