Skip to content

Commit c718279

Browse files
authored
Merge pull request #15 from TappNetwork/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
Bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents 1a7032d + 35da64a commit c718279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
preset: laravel
1818

1919
- name: Commit changes
20-
uses: stefanzweifel/git-auto-commit-action@v5
20+
uses: stefanzweifel/git-auto-commit-action@v6
2121
with:
2222
commit_message: PHP Linting (Pint)
2323
skip_fetch: true

.github/workflows/update-changelog.yml

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

2323
- name: Commit updated CHANGELOG
24-
uses: stefanzweifel/git-auto-commit-action@v5
24+
uses: stefanzweifel/git-auto-commit-action@v6
2525
with:
2626
branch: ${{ github.event.release.target_commitish }}
2727
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)