Skip to content

Commit

Permalink
Merge branch 'master' of github.com:enflow/laravel-social-share into …
Browse files Browse the repository at this point in the history
…laravel11
  • Loading branch information
mbardelmeijer committed Mar 15, 2024
2 parents dbf881e + 8bad3d8 commit 121370d
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 @@ -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/[email protected]

- 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 121370d

Please sign in to comment.