From 6056950c763e29f134e944c34488a8511372d771 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:44:51 +0000 Subject: [PATCH] chore(deps): update helm/chart-releaser-action action to v1.7.0 --- .github/workflows/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index a4faa5fc..31689a9e 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -54,7 +54,7 @@ jobs: run: while read -r line; do echo helm repo add $line | grep = | sed 's/- //g' | sed 's/=/ /g' | bash; done < ct.yaml - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.7.0 if: github.ref == 'refs/heads/master' env: CR_TOKEN: "${{ secrets.CR_TOKEN }}"