From a5fd7cf630d96bf1edd4e71570fcec12da79f597 Mon Sep 17 00:00:00 2001 From: Olivier Vernin Date: Mon, 23 Mar 2026 21:35:35 +0100 Subject: [PATCH] fix: Update updatecli version and cron schedule --- .github/workflows/updatecli.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 068da65..ceca8e3 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -3,8 +3,7 @@ on: release: workflow_dispatch: schedule: - # Run at 12:00 every Saterday every 14 days - - cron: "0 12 */14 * 6" + - cron: "0 4 * * *" jobs: updatecli: runs-on: ubuntu-latest @@ -14,7 +13,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0 with: - version: "v0.113.0" + version: "v0.114.0" - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true --experimental env: