Skip to content

Commit 413eeaf

Browse files
committedMar 18, 2024
updated php code style github workflow
1 parent 53b6eaf commit 413eeaf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

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

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ on:
66
- '**.php'
77

88
permissions:
9-
pull-requests: write
109
contents: write
11-
issues: write
12-
repository-projects: write
1310

1411
jobs:
1512
php-code-styling:
@@ -22,9 +19,9 @@ jobs:
2219
ref: ${{ github.head_ref }}
2320

2421
- name: Fix PHP code style issues
25-
uses: aglipanci/laravel-pint-action@2.3.0
22+
uses: aglipanci/laravel-pint-action@2.3.1
2623

2724
- name: Commit changes
28-
uses: stefanzweifel/git-auto-commit-action@v4
25+
uses: stefanzweifel/git-auto-commit-action@v5
2926
with:
3027
commit_message: Fix styling

0 commit comments

Comments
 (0)