From f0e788295c87f8fbba3ab4647a90d550c6864833 Mon Sep 17 00:00:00 2001 From: Jonas Elfering Date: Wed, 26 Nov 2025 15:21:06 +0100 Subject: [PATCH] Pin PHP setup action version to 2.35.5 latest version is broken on custom runners: https://github.com/shivammathur/setup-php/issues/1033 see https://github.com/shopware/SwagCommercial/actions/runs/19704281661 + https://github.com/shopware/rufus/actions/runs/19704282643 --- cs-fixer/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs-fixer/action.yml b/cs-fixer/action.yml index ca91781..0980897 100644 --- a/cs-fixer/action.yml +++ b/cs-fixer/action.yml @@ -18,7 +18,7 @@ runs: uses: actions/checkout@v4 - name: Setup PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@v2.35.5 with: php-version: 8.2 tools: php-cs-fixer:3.63.2, cs2pr