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: