mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 18:50:20 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 12 * * *'
|
- 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
|
# composer require "$(echo "$CURRENT_LINE" | awk '{print $1}')" "^$(echo "$CURRENT_LINE" | awk '{print $4}')" --with-all-dependencies
|
||||||
# ALL_LINES="$(echo "$ALL_LINES" | sed '1d')"
|
# ALL_LINES="$(echo "$ALL_LINES" | sed '1d')"
|
||||||
# done
|
# done
|
||||||
# echo "outdated dependencies:
|
echo "outdated dependencies:"
|
||||||
# $(composer outdated)"
|
composer outdated -D
|
||||||
- name: Update apcu
|
- name: Update apcu
|
||||||
run: |
|
run: |
|
||||||
# APCU
|
# APCU
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue