Skip to content

Commit e8454dd

Browse files
authored
Merge pull request #2298 from kubernetes-sigs/dependabot/github_actions/actions-6f13f8bbdf
Bump helm/chart-releaser-action from 1.6.0 to 1.7.0 in the actions group
2 parents a84ba10 + a4ec256 commit e8454dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-chart-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config user.name "$GITHUB_ACTOR"
4040
git config user.email "[email protected]"
4141
- name: Run chart-releaser
42-
uses: helm/chart-releaser-action@v1.6.0
42+
uses: helm/chart-releaser-action@v1.7.0
4343
env:
4444
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4545
with:

0 commit comments

Comments
 (0)