From 9516dfe66b98c8136d368800fed771cce47d23a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 14:57:09 +0000 Subject: [PATCH] chore(deps): update helm/chart-releaser-action action to v1.4.1 --- .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..de31d1c8 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.4.1 # if: ${{ contains(github.ref, 'refs/tags/') }} with: charts_dir: infrastructure