Skip to content

Commit 54d2250

Browse files
Merge pull request #1 from DevWizardHQ/dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
Bump stefanzweifel/git-auto-commit-action from 6 to 7
2 parents 2d4357a + ae148e5 commit 54d2250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050

5151
- name: Commit formatting changes
5252
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
53-
uses: stefanzweifel/git-auto-commit-action@v6
53+
uses: stefanzweifel/git-auto-commit-action@v7
5454
with:
5555
commit_message: 'style: fix code formatting [skip ci]'

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
release-notes: ${{ github.event.release.body }}
2626

2727
- name: Commit updated CHANGELOG
28-
uses: stefanzweifel/git-auto-commit-action@v6
28+
uses: stefanzweifel/git-auto-commit-action@v7
2929
with:
3030
branch: main
3131
commit_message: 'docs: update CHANGELOG for ${{ github.event.release.tag_name }}'

0 commit comments

Comments
 (0)