We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbeb4f commit 23d1882Copy full SHA for 23d1882
1 file changed
.github/workflows/updatecli.yaml
@@ -4,7 +4,7 @@ on:
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 +14,7 @@ jobs:
14
- name: "Setup updatecli"
15
uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0
16
with:
17
- version: "v0.113.0-rc.1"
+ version: "v0.114.0"
18
- name: "Run updatecli"
19
run: updatecli compose apply --clean-git-branches=true --experimental
20
env:
0 commit comments