Skip to content

Commit

Permalink
Merge pull request #48763 from laravel/chore/bump-commit-action
Browse files Browse the repository at this point in the history
[10.x] Uses `stefanzweifel/git-auto-commit-action@v5`
  • Loading branch information
nunomaduro authored Oct 18, 2023
2 parents 2f88a30 + 09096e8 commit 88b309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/facades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
Illuminate\\Support\\Facades\\Vite
- name: Commit facade docblocks
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update facade docblocks
file_pattern: src/

0 comments on commit 88b309c

Please sign in to comment.