Skip to content

Commit

Permalink
Merge pull request #69 from MohmmedAshraf/update-github-actions
Browse files Browse the repository at this point in the history
Update Github Actions
  • Loading branch information
MohmmedAshraf authored Feb 5, 2024
2 parents bdd9043 + 2ba73aa commit e4c6a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@1.0.0
uses: aglipanci/laravel-pint-action@2.0.0

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix styling

0 comments on commit e4c6a5d

Please sign in to comment.