Skip to content

Commit f90037b

Browse files
authored
Update Pint Workflow
1 parent d19dba0 commit f90037b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
ref: ${{ github.head_ref }}
2525

2626
- name: Fix PHP code style issues
27-
uses: aglipanci/laravel-pint-action@2.2.0
27+
uses: aglipanci/laravel-pint-action@latest
2828

2929
- name: Commit changes
30-
uses: stefanzweifel/git-auto-commit-action@v4
30+
uses: stefanzweifel/git-auto-commit-action@v5
3131
with:
3232
commit_message: Fix styling

0 commit comments

Comments
 (0)