We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038ded9 commit fb2829eCopy full SHA for fb2829e
.github/workflows/updatecli.yaml
@@ -3,8 +3,7 @@ on:
3
release:
4
workflow_dispatch:
5
schedule:
6
- # Run at 12:00 every Saterday every 14 days
7
- - cron: "0 12 */14 * 6"
+ - cron: "0 4 * * *"
8
jobs:
9
updatecli:
10
runs-on: ubuntu-latest
@@ -14,7 +13,7 @@ jobs:
14
13
- name: "Setup updatecli"
15
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
16
with:
17
- version: "v0.113.0"
+ version: "v0.114.0"
18
- name: "Run updatecli"
19
run: updatecli compose apply --clean-git-branches=true --experimental
20
env:
0 commit comments