HDFGroup / hdf5_plugins

Other
12 stars 16 forks source link

Update compression libs versions #156

Closed byrnHDF closed 5 days ago

byrnHDF commented 5 days ago

Regarding updating versions, I would rather see an action, for example, https://github.com/marketplace/actions/dependencies-autoupdate, that automatically detects version updates in these packages and would do a PR to update them.

While having a check for updates is doable, the auto changes to code is not.

byrnHDF commented 5 days ago

We could add a workflow that reports the latest version available, but to compare that to values inside a file would need a bit of work. We do not have a "this is the versions of the compression libs we use" type of document. We would have to parse either the cacheinit.cmake file or the CMakePresets.file for that info.

byrnHDF commented 5 days ago

Added create a json artifact for the compression libs involved (except bzip2 as they do not create any releases)