From 311582d8567b6d048c58348329d247ce0b3c57dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:22:23 +0000 Subject: [PATCH] chore(deps): update helm/chart-releaser-action action to v1.7.0 --- .github/workflows/helm_chart_cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm_chart_cicd.yml b/.github/workflows/helm_chart_cicd.yml index 03a38b8f..b510b0fa 100644 --- a/.github/workflows/helm_chart_cicd.yml +++ b/.github/workflows/helm_chart_cicd.yml @@ -69,7 +69,7 @@ jobs: run: ct install --chart-dirs infrastructure/ --debug - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.3.0 + uses: helm/chart-releaser-action@v1.7.0 # if: ${{ contains(github.ref, 'refs/tags/') }} with: charts_dir: infrastructure