From dff50a690bc2730081f2dc04d1196292bae1f696 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:58:40 +0000 Subject: [PATCH] chore(deps): update helm/chart-testing-action action to v2.5.0 --- .github/workflows/chart-validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-validate.yaml b/.github/workflows/chart-validate.yaml index e764cc7..8afee4b 100644 --- a/.github/workflows/chart-validate.yaml +++ b/.github/workflows/chart-validate.yaml @@ -36,7 +36,7 @@ jobs: with: python-version: 3.7 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.5.0 - name: Don't check version increment if there is no release label if: ${{ ! contains(github.event.*.labels.*.name, 'release') }} run: |