From e5e24500af3cc6fc995f3ab6463e2d2a3bf41de0 Mon Sep 17 00:00:00 2001 From: "self-hosted-renovatebot[bot]" <121058242+self-hosted-renovatebot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 10:12:32 -0800 Subject: [PATCH] Update helm/chart-releaser-action action to v1.5.0 (#6) Co-authored-by: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 2482601..849586a 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -21,6 +21,6 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.1.0 + uses: helm/chart-releaser-action@v1.5.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"