Skip to content

Commit

Permalink
Updated to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid committed Apr 24, 2024
1 parent 6eac1f3 commit b6b6a36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ComposerLockDiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Check if composer.lock was changed
id: composer-lock-changed
Expand All @@ -42,7 +44,6 @@ jobs:
id: composer-diff
uses: IonBazan/composer-diff-action@v1
with:
base: ${{ github.base_ref || github.ref_name }}
with-platform: true
with-links: true

Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6b6a36

Please sign in to comment.