diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d3a118f85e..12da12f268 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -2,7 +2,7 @@ name: Synchronize with upstream repositories on: schedule: - - cron: '*/10 * * * *' + - cron: '* 0 * * *' jobs: build: runs-on: ubuntu-22.04 diff --git a/omero/conf_autogen.py b/omero/conf_autogen.py index bb67dec205..b58721642f 100644 --- a/omero/conf_autogen.py +++ b/omero/conf_autogen.py @@ -1,14 +1,14 @@ current_dbver = "OMERO5.4__0" previous_dbver = "OMERO5.3__1" -version_openmicroscopy = "5.6.13" -version_formats_gpl = "7.3.1" -version_blitz = "5.7.3" -version_server = "5.6.11" -version_romio = "5.7.6" -version_renderer = "5.5.16" -version_common = "5.6.5" -version_model = "5.6.14" -version_gateway = "5.9.1" +version_openmicroscopy = "5.6.14" +version_formats_gpl = "8.0.1" +version_blitz = "5.8.0" +version_server = "5.7.0" +version_romio = "5.8.0" +version_renderer = "5.6.0" +version_common = "5.7.0" +version_model = "5.7.0" +version_gateway = "5.10.0" version_insight = "5.8.6" version_matlab = "5.5.6" version_dsl_plugin = "5.5.2"