Template
mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2026-09-19 16:24:10 +08:00
Merge pull request #45 from filamentphp/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5
chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
This commit is contained in:
@@ -22,6 +22,6 @@ jobs:
|
||||
uses: aglipanci/laravel-pint-action@2.3.0
|
||||
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: Fix styling
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
release-notes: ${{ github.event.release.body }}
|
||||
|
||||
- name: Commit updated CHANGELOG
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: main
|
||||
commit_message: Update CHANGELOG
|
||||
|
||||
Reference in New Issue
Block a user