From 94ab4c6e6da05f05fa653657c362e624d1c06000 Mon Sep 17 00:00:00 2001 From: Nikolas Evers Date: Wed, 26 Nov 2025 15:57:14 +0100 Subject: [PATCH] fix: use correct version for `shivammathur/setup-php` --- 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 0980897..b7e2008 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.35.5 + uses: shivammathur/setup-php@2.35.5 with: php-version: 8.2 tools: php-cs-fixer:3.63.2, cs2pr