From 677445b4702db2c06a5350574b8a45ee830733ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Jan 2025 11:47:58 +0000 Subject: [PATCH] ci(deps): update helm/chart-testing-action action to v2.7.0 (main) (#1061) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .forgejo/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 787afea..e493f12 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -60,7 +60,7 @@ jobs: - uses: ./.forgejo/actions/setup - name: install chart-testing - uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1 + uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 with: version: ${{ env.HELM_CHART_TESTING_VERSION }} @@ -115,8 +115,7 @@ jobs: version: ${{ env.HELM_VERSION }} - name: Install chart-testing - # TODO: pin to version when this is released: https://github.com/helm/chart-testing-action/pull/137 - uses: helm/chart-testing-action@5aa1c68405a43a57240a9b2869379324b2bec0fc # main + uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 with: version: ${{ env.HELM_CHART_TESTING_VERSION }}