Skip to content

Commit fb2829e

Browse files
authored
fix: Update updatecli version and cron schedule (#48)
1 parent 038ded9 commit fb2829e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ on:
33
release:
44
workflow_dispatch:
55
schedule:
6-
# Run at 12:00 every Saterday every 14 days
7-
- cron: "0 12 */14 * 6"
6+
- cron: "0 4 * * *"
87
jobs:
98
updatecli:
109
runs-on: ubuntu-latest
@@ -14,7 +13,7 @@ jobs:
1413
- name: "Setup updatecli"
1514
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
1615
with:
17-
version: "v0.113.0"
16+
version: "v0.114.0"
1817
- name: "Run updatecli"
1918
run: updatecli compose apply --clean-git-branches=true --experimental
2019
env:

0 commit comments

Comments
 (0)