rectorphp / rector-phpunit

Rector upgrade rules for PHPUnit
http://getrector.com
MIT License
61 stars 47 forks source link

Update github actions/checkout from v3 to v4 #247

Closed samsonasik closed 11 months ago

samsonasik commented 11 months ago

Current github actions/checkout v3 got error:


Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
Error: Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_4ecd32f5-c361-435e-b74b-7171ccb18414/3c125ce6-395a-4023-acd8-39fc47eba947.tar.gz. return code: 2.

Ref https://github.com/rectorphp/rector-src/actions/runs/6074243601/job/16477779233#step:1:35

It reported at:

This PR try to update to github actions/checkout v4.

samsonasik commented 11 months ago

@TomasVotruba it requires reusable-workflows repo PR:

to be merged first.