Skip to content

Commit 489608d

Browse files
committed
Update framework with all dependencies
1 parent 842fe5d commit 489608d

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.github/workflows/update-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Update wp-cli framework
7272
run: |
73-
composer update wp-cli/wp-cli
73+
composer update wp-cli/wp-cli --with-all-dependencies
7474
7575
- name: Check if there are changes
7676
run: echo "CHANGES_DETECTED=$([[ -z $(git status --porcelain) ]] && echo "0" || echo "1")" >> $GITHUB_ENV

composer.lock

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)