diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4da18a02..9aed7691 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,6 +21,6 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: PHP-CS-Fixer - uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:83b093a87ee58ad6b2bc974fd4d81d8bd80655e6174819797583a3434e9cd2fb + uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:513caff728a94907330019612bed3d8a96b12bc13712e34820a802b289c73dba with: args: . --diff --dry-run