Failing Builds
Description
Right now, the tests for the project are currently failing due to a mismatch in dates.
For example:
Build: https://github.com/mszostok/version/actions/runs/4269505384/jobs/7432733388?pr=87

Steps to reproduce
- Create a pull request
Troubleshooting
-
I looked into updating the date and time for the github actions OS but this is not allowed

-
We could add some code to normalize the dates but this might hide issues in future Pull requests
-
Regenerating fixtures fixes this as well
I'm aware of that issue. Thanks for the PR with updated assets. I will leave this issue open to figure out a proper solution. Maybe a CI that will do the update and will create a PR, sth similar to what dependabot is doing. Mocking is also an option but not sure if it will be a better one, as the final code path won't ever be tested.