From 4edc39c05446b03d465d0384188628225a00fd5f Mon Sep 17 00:00:00 2001 From: Olivier Vernin Date: Wed, 11 Mar 2026 09:53:16 +0100 Subject: [PATCH] Change cron time and update updatecli version Updated cron schedule and updatecli version. --- .github/workflows/updatecli.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index f16c278..65359e2 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -4,7 +4,7 @@ on: 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 +14,7 @@ jobs: - name: "Setup updatecli" uses: "updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804" # v2.98.0 with: - version: "v0.113.0-rc.1" + version: "v0.114.0" - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true --experimental env: