diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index 6a9cb016..f3e638b2 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -24,7 +24,7 @@ jobs: run: composer install --no-progress --no-interaction --prefer-dist - name: Install dependencies - run: composer bin php-cs-fixer update + run: composer bin php-cs-fixer install - name: Run script run: vendor-bin/php-cs-fixer/bin/php-cs-fixer fix --verbose --diff --dry-run