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: