From 469cced9f611100a161e11540aee64af6699d622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:16:33 +0000 Subject: [PATCH] chore(deps): update helm/chart-releaser-action action to v1.7.0 --- .github/workflows/helmchart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helmchart.yaml b/.github/workflows/helmchart.yaml index e240373c..90424964 100644 --- a/.github/workflows/helmchart.yaml +++ b/.github/workflows/helmchart.yaml @@ -27,6 +27,6 @@ jobs: version: v3.8.1 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 + uses: helm/chart-releaser-action@v1.7.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"