From bc41265d739dd5b404152bcf9076cfdce84df22b Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Tue, 31 Oct 2023 12:54:24 +0000 Subject: [PATCH] chore(deps): update helm/chart-testing-action action to v2.5.0 --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index ef91e4a..44d429c 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -21,7 +21,7 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.5.0 - name: Run chart-testing (lint) run: ct lint --all - name: Create kind cluster