paragonie / random_compat

PHP 5.x support for random_bytes() and random_int()
https://paragonie.com/projects
MIT License
8.16k stars 145 forks source link

GH Actions: version update for `ramsey/composer-install` #174

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

The action used to install Composer packages and handle the caching has released a new major (and some follow-up patch releases), which means, the action reference needs to be updated to benefit from it.

Refs:

jrfnl commented 2 years ago

The build is failing due to a bug in composer-install v2 in combination with Composer 1.x. I've reported the bug upstream: https://github.com/ramsey/composer-install/issues/209

jrfnl commented 2 years ago

The upstream bug has been fixed in the mean time and the build passes. Marking this ready for review.