diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 08ff5ee..3fdeb3c 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -2,7 +2,7 @@ name: 'Automatic version updates' on: schedule: # minute hour dom month dow (UTC) - - cron: '0 10 * * *' + - cron: '0 16 * * *' jobs: version_update: runs-on: ubuntu-latest