Skip to content

Commit 6c3bd62

Browse files
authored
Update fix-php-code-style-issues.yml
1 parent 180f5f8 commit 6c3bd62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ permissions:
1111
jobs:
1212
php-code-styling:
1313
runs-on: ubuntu-latest
14+
timeout-minutes: 5
1415

1516
steps:
1617
- name: Checkout code
17-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1819
with:
1920
ref: ${{ github.head_ref }}
2021

2122
- name: Fix PHP code style issues
22-
uses: aglipanci/laravel-pint-action@2.2.0
23+
uses: aglipanci/laravel-pint-action@2.4
2324

2425
- name: Commit changes
25-
uses: stefanzweifel/git-auto-commit-action@v4
26+
uses: stefanzweifel/git-auto-commit-action@v5
2627
with:
2728
commit_message: Fix styling

0 commit comments

Comments
 (0)