From 3878de6ffa0ee15c3418a1bccefa0763da5681a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:37:23 +0000 Subject: [PATCH] Bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (#130) * 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] * ci workflow trigger --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef --- .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 76f94c1..2d073ea 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