From c48f9596a770f24826df1786e340dc3fbb6dd9a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:37:12 +0000 Subject: [PATCH] Update helm/chart-testing-action action to v2.7.0 --- .github/workflows/helm-charts-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-charts-test.yaml b/.github/workflows/helm-charts-test.yaml index efe4b07..8335fc8 100644 --- a/.github/workflows/helm-charts-test.yaml +++ b/.github/workflows/helm-charts-test.yaml @@ -105,7 +105,7 @@ jobs: - name: Fetch history run: git fetch --prune --unshallow - name: Install Chart Tester - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Add WyriHaximusNet repo run: helm repo add WyriHaximusNet https://helm.wyrihaximus.net/ - name: Lint charts @@ -162,7 +162,7 @@ jobs: - name: Add WyriHaximusNet repo run: helm repo add WyriHaximusNet https://helm.wyrihaximus.net/ - name: Install Chart Tester - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Run List Changed id: list-changed run: |