Skip to content

Commit 32b8a61

Browse files
committed
Upgrade github actions to node 20
1 parent 2a36baa commit 32b8a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fix-php-code-style-issues.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
ref: ${{ github.head_ref }}
1414

1515
- name: Fix PHP code style issues
16-
uses: aglipanci/laravel-pint-action@2.3.0
16+
uses: aglipanci/laravel-pint-action@2.4.0
1717

1818
- name: Commit changes
19-
uses: stefanzweifel/git-auto-commit-action@v4
19+
uses: stefanzweifel/git-auto-commit-action@v5
2020
with:
2121
commit_message: Fix styling

0 commit comments

Comments
 (0)