php-cs-fixer-ga
php-cs-fixer-ga copied to clipboard
Regression in 3.26.0 update
Today, we updated to 3.26.0 and our CI is now failing 100% of the time. There appears to be some version number mismatch in 3.26.0 where some things point at 3.26.0 and some at 3.40.0
https://github.com/OskarStark/php-cs-fixer-ga/compare/3.25.0...3.26.0
Can you try to use @master
?
https://github.com/OskarStark/php-cs-fixer-ga/blob/b8474fa29ec5077c6940c5b5cfcd6d4d08d389a0/action.yml#L15
The version of this action must be specified here and not the version of the CS Fixer. Am flexibelsten wäre es wenn du da einfach sowas machst:
runs:
using: 'docker'
image: './Dockerfile'
Here is a pull request: https://github.com/OskarStark/php-cs-fixer-ga/pull/107