Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Feb 5, 2025
2 parents d62f13f + 41d10d9 commit 7ccfc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.4
uses: aglipanci/laravel-pint-action@2.5

- name: Commit changes
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
git diff-index --quiet HEAD || git commit -m 'Fix styling'
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
branch: php-code-style-fixes
title: 'Fix PHP code style issues'
Expand Down

0 comments on commit 7ccfc0e

Please sign in to comment.