From 8079b4f5fb35578fcb5f63ceec718036838ada55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:53:35 +0000 Subject: [PATCH] Bump helm/chart-releaser-action from 1.2.1 to 1.7.0 Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.2.1 to 1.7.0. - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](https://github.com/helm/chart-releaser-action/compare/v1.2.1...v1.7.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/helm_chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm_chart.yaml b/.github/workflows/helm_chart.yaml index b417b23..ad2f8e1 100644 --- a/.github/workflows/helm_chart.yaml +++ b/.github/workflows/helm_chart.yaml @@ -25,6 +25,6 @@ jobs: version: v3.4.0 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.2.1 + uses: helm/chart-releaser-action@v1.7.0 env: CR_TOKEN: "${{ secrets.GLASS_BOT_GITHUB_TOKEN }}" \ No newline at end of file