Skip to content

Commit 23d1882

Browse files
authored
Change cron time and update updatecli version (#24)
Updated cron schedule and updatecli version.
1 parent afbeb4f commit 23d1882

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
# Run at 12:00 every Saterday every 14 days
7-
- cron: "0 12 */14 * 6"
7+
- cron: "0 4 * * *"
88
jobs:
99
updatecli:
1010
runs-on: ubuntu-latest
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup updatecli"
1515
uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0
1616
with:
17-
version: "v0.113.0-rc.1"
17+
version: "v0.114.0"
1818
- name: "Run updatecli"
1919
run: updatecli compose apply --clean-git-branches=true --experimental
2020
env:

0 commit comments

Comments
 (0)