Skip to content

Bump friendsofphp/php-cs-fixer from 3.49.0 to 3.51.0 #339

Bump friendsofphp/php-cs-fixer from 3.49.0 to 3.51.0

Bump friendsofphp/php-cs-fixer from 3.49.0 to 3.51.0 #339

Workflow file for this run

name: Composer Diff
on:
pull_request_target:
types: [opened, synchronize, reopened]
paths:
- composer.lock
permissions:
pull-requests: write
contents: read
jobs:
comment-composer-lock-diff:
name: Comment composer.lock diff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Comment composer.lock diff
uses: WyriHaximus/github-action-composer.lock-diff@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}