From a221540e92d38a848dbf8c0297ad4031bc43bd06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 07:09:19 +0000 Subject: [PATCH] chore(deps): update helm/chart-testing-action action to v2.7.0 --- .github/workflows/lint-and-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index c08f1fc..7c3cf4a 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - name: Install helm/chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.7.0 - name: Lint charts run: ct --config .github/ct.yaml lint --all @@ -86,7 +86,7 @@ jobs: minikube image load ci.local/${{ github.repository }}/powerdns:ci - name: Install helm/chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.7.0 - name: Test charts' installation path run: | ct install --all \