Merge pull request #5663 from wekan/dependabot/github_actions/helm/chart-releaser-action-1.7.0

Bump helm/chart-releaser-action from 1.6.0 to 1.7.0
This commit is contained in:
Lauri Ojansivu 2025-01-21 22:44:23 +02:00 committed by GitHub
commit 1bdbfe86bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,6 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"