From e02ca4d84365e63506a93ab2c15275790372a4e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:10:48 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20shivammathur/setup-php?= =?UTF-8?q?=20action=20(2.35.5=20=E2=86=92=202.36.0)=20(#383)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- php-tests/action.yml | 2 +- pr-lint/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php-tests/action.yml b/php-tests/action.yml index 8fff854..8ceba3d 100644 --- a/php-tests/action.yml +++ b/php-tests/action.yml @@ -319,7 +319,7 @@ runs: - name: Setup PHP id: setup-php - uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5 + uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0 with: php-version: ${{ steps.detect-php-version.outputs.detected-version }} extensions: ${{ inputs.extensions }} diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 6cb2057..112d420 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -339,7 +339,7 @@ runs: - name: Setup PHP if: steps.detect-php.outputs.found == 'true' - uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5 + uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0 with: php-version: ${{ steps.php-version.outputs.detected-version }} tools: composer