Update workflow with actions/checkout@v3 to actions/checkout@v4#21872
Conversation
|
Hi @mikkeschiren and thank you for your contribution and opening the PR. |
Hi, sorry for not including that, you can see it in the output here as an example: https://github.com/matomo-org/matomo/actions/runs/7758937941 More information here: actions/checkout#1436 |
|
Since all the checkout actions seem to work correctly with v4 and the failures are only the flaky tests we already know about, I'm happy with this. I'm of two minds as to which branch it should target. For me it's a maintenance PR and could/should target 5.0.x-dev and then merged up to 5.x-dev, do you agree @sgiehl? |
|
No big preference where to merge that to. As v3 will still work for a long time, there is no real need to have it in 5.0.x-dev, but wouldn't hurt either. As changing the base branch and rebasing the origin would be additional work I would also be fine with simply merging it as is. |
Description:
actions/checkout@v3 is deprecated, and shouldn't be used any more.
Also some minor fixes on removal of whitespaces.
A warning can be seen e.g. in the PHPCS action:
Review