mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
Update dependency-updates.yml
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
427f860ea8
commit
55bdfbd346
1 changed files with 3 additions and 2 deletions
5
.github/workflows/dependency-updates.yml
vendored
5
.github/workflows/dependency-updates.yml
vendored
|
|
@ -2,6 +2,7 @@ name: dependency-updates
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '00 12 * * *'
|
||||
|
||||
|
|
@ -29,8 +30,8 @@ jobs:
|
|||
# composer require "$(echo "$CURRENT_LINE" | awk '{print $1}')" "^$(echo "$CURRENT_LINE" | awk '{print $4}')" --with-all-dependencies
|
||||
# ALL_LINES="$(echo "$ALL_LINES" | sed '1d')"
|
||||
# done
|
||||
# echo "outdated dependencies:
|
||||
# $(composer outdated)"
|
||||
echo "outdated dependencies:"
|
||||
composer outdated -D
|
||||
- name: Update apcu
|
||||
run: |
|
||||
# APCU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue