Your submodule `vendor/shared-ui` is 8 commits behind upstream. CI is failing because a fix you need lives in newer commits.
Update the submodule pointer, then commit the new SHA in the parent repo.
Medium · 3 steps · +550 XP
This scenario walks through 3 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git submodule update --remote vendor/shared-uigit add vendor/shared-uigit commit -m "chore: bump shared-ui"Submodule updates are two-step: bump the sub-repo, then commit the pointer.