From b78debf7e1969c2e153e005dc5e87b7dba985b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:37:43 +0000 Subject: [PATCH] Bump helm/chart-releaser-action from 1.5.0 to 1.6.0 Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](https://github.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: helm/chart-releaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/charts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 2bfc4a7..05a9905 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -64,7 +64,7 @@ jobs: cp -v *.md charts/applicationset/ - name: Run chart-releaser if: ${{ contains(github.ref, 'main') }} - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: charts config: charts/cr.yml