We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a36baa commit 32b8a61Copy full SHA for 32b8a61
.github/workflows/fix-php-code-style-issues.yml
@@ -13,9 +13,9 @@ jobs:
13
ref: ${{ github.head_ref }}
14
15
- name: Fix PHP code style issues
16
- uses: aglipanci/laravel-pint-action@2.3.0
+ uses: aglipanci/laravel-pint-action@2.4.0
17
18
- name: Commit changes
19
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
20
with:
21
commit_message: Fix styling
0 commit comments