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.
Includes adding --no-interaction to one "plain" Composer command to potentially prevent CI hanging if, for whatever reason, interaction would be needed in the future.
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.
Includes adding
--no-interaction
to one "plain" Composer command to potentially prevent CI hanging if, for whatever reason, interaction would be needed in the future.Refs: