Skip to content

Commit 8cd9037

Browse files
build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 (#210)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e62e543 commit 8cd9037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
token: '${{ secrets.GITHUB }}'
4444

4545
- name: Commit CHANGELOG.md
46-
uses: stefanzweifel/git-auto-commit-action@v5
46+
uses: stefanzweifel/git-auto-commit-action@v6
4747
with:
4848
branch: ${{ inputs.branch}}
4949
commit_user_name: clouddrove-ci # defaults to "github-actions[bot]"

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Commit CHANGELOG.md
116116
if: steps.skip_tag.outputs.skip == 'false'
117-
uses: stefanzweifel/git-auto-commit-action@v5
117+
uses: stefanzweifel/git-auto-commit-action@v6
118118
with:
119119
branch: ${{ inputs.target_branch }}
120120
commit_user_name: clouddrove-ci

0 commit comments

Comments
 (0)