From dff485dfab661160f1cdc2f0c3f6fbc44ac8e477 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Thu, 2 Nov 2023 18:47:39 +0000 Subject: [PATCH] chore(deps): update helm/chart-releaser-action action to v1.6.0 --- .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 d739c59..ff3fde4 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -29,6 +29,6 @@ jobs: - name: Install helm chart run: ct install --all - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"