Due to copier not reloading the `copier.yml` file when doing the previous step to diff updates, it was trying to run tasks from let's say `v2` of the template after copying its `v1` version.
After this change, when copying `v1`, its `copier.yml` is reloaded, loading tasks for that version only (and executing them as usual).
The patch includes a git bundle that is a git repo with a couple of commits required to replicate the bug.
@Tecnativa TT20357