Skip to content

Commit 2f54064

Browse files
authored
Merge pull request #20 from ace-of-aces/dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7
2 parents fa9c2d7 + 15e9929 commit 2f54064

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-docs-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Commit updated package.json
5252
id: commit
53-
uses: stefanzweifel/git-auto-commit-action@v6
53+
uses: stefanzweifel/git-auto-commit-action@v7
5454
with:
5555
branch: main
5656
commit_message: "chore(docs): bump version to ${{ steps.extract_version.outputs.version }}"

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: aglipanci/laravel-pint-action@2.6
2424

2525
- name: Commit changes
26-
uses: stefanzweifel/git-auto-commit-action@v6
26+
uses: stefanzweifel/git-auto-commit-action@v7
2727
with:
2828
commit_message: 'style: fix code style issues'

.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: "chore: update CHANGELOG"

0 commit comments

Comments
 (0)