Skip to content

Commit

Permalink
Bump php-cs-fixer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Oct 2, 2023
1 parent 6d2265f commit d71d027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
if: github.actor != 'dependabot[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga

- name: Create PR for CS fixups
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v5
id: create-pull-request
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d71d027

Please sign in to comment.