php-cs-fixer-ga icon indicating copy to clipboard operation
php-cs-fixer-ga copied to clipboard

Regression in 3.26.0 update

Open Jason-Morcos opened this issue 1 year ago • 2 comments

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

Screenshot 2023-12-06 at 09 16 49 Screenshot 2023-12-06 at 09 18 17

https://github.com/OskarStark/php-cs-fixer-ga/compare/3.25.0...3.26.0

Jason-Morcos avatar Dec 06 '23 17:12 Jason-Morcos

Can you try to use @master?

OskarStark avatar Dec 09 '23 09:12 OskarStark

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

gerdemann avatar Dec 13 '23 06:12 gerdemann