This release fixes the fatal crash at the start of this action ModuleNotFoundError: No module named 'validators'
(see this run). This was caused by changing docker workdirs from action build to execution time. At execution time the previously built poetry venv was not found and a new one was created. Obviously, this new one was missing all the dependencies. To solve this a fixed path to the poetry venv cache was added.