OskarStark/php-cs-fixer-ga

Regression in 3.26.0 update

Opened this issue · 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

3.25.0...3.26.0

Can you try to use @master?

image: 'docker://oskarstark/php-cs-fixer-ga:3.41.1'

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:
#107