Skip to content

Bump elephantio/elephant.io from 4.3.2 to 4.9.0 #3

Bump elephantio/elephant.io from 4.3.2 to 4.9.0

Bump elephantio/elephant.io from 4.3.2 to 4.9.0 #3

Workflow file for this run

name: Composer Diff
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
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@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Comment composer.lock diff
uses: WyriHaximus/github-action-composer.lock-diff@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}