dask-docker
dask-docker copied to clipboard
`.github/workflows/build.yml` not updated in autoupdate
The versions in .github/workflows/build.yml don't appear to be getting updated by the autoupdate script. For example PR ( https://github.com/dask/dask-docker/pull/196 ) doesn't include these. Though there is this version, which we'd like to update as well.
Is there some way we need to structure the files included?
https://github.com/dask/dask-docker/blob/d36602cd96fd8e2433597f1003ee14be4f88a33f/.github/workflows/watch-conda-forge.yml#L25
We might want to update the version of the find-replace action as it now uses glob instead of regex which may be a little easier to set up.