Merge pull request #78 from filamentphp/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6

chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
This commit is contained in:
Adam Weston
2025-06-21 10:10:13 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -22,6 +22,6 @@ jobs:
uses: aglipanci/laravel-pint-action@2.5 uses: aglipanci/laravel-pint-action@2.5
- name: Commit changes - name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v6
with: with:
commit_message: Fix styling commit_message: Fix styling

View File

@@ -24,7 +24,7 @@ jobs:
release-notes: ${{ github.event.release.body }} release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG - name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v6
with: with:
branch: main branch: main
commit_message: Update CHANGELOG commit_message: Update CHANGELOG