diff --git a/.github/workflows/release.helm.yml b/.github/workflows/release.helm.yml index 35120134a..2ed0f9cfd 100644 --- a/.github/workflows/release.helm.yml +++ b/.github/workflows/release.helm.yml @@ -23,6 +23,6 @@ jobs: run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0 + - uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"