We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19dba0 commit f90037bCopy full SHA for f90037b
.github/workflows/pint.yml
@@ -24,9 +24,9 @@ jobs:
24
ref: ${{ github.head_ref }}
25
26
- name: Fix PHP code style issues
27
- uses: aglipanci/laravel-pint-action@2.2.0
+ uses: aglipanci/laravel-pint-action@latest
28
29
- name: Commit changes
30
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
31
with:
32
commit_message: Fix styling
0 commit comments