You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #598 from eitsupi/fix-wiki-update-job
Related to #597
It seems that the wiki update is failing due to a bug caused by two software version upgrades.
- Error parsing docker-bake.json file (docker/buildx#1586)
- `dplyr::arrange` does not work with `numeric_version` vector (tidyverse/dplyr#6680)
This PR change the string that is believed to be causing the false positives in docker-bake.json and avoids the problem by using the old dplyr.
0 commit comments