From 13bae4dc32e4d6891d059024fe33ecf8297bf0ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 23:16:28 +0000 Subject: [PATCH] chore(deps): update shivammathur/setup-php action to v2.36.0 --- .github/workflows/binary-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary-builds.yml b/.github/workflows/binary-builds.yml index 4f25f8445f..c6e273c760 100644 --- a/.github/workflows/binary-builds.yml +++ b/.github/workflows/binary-builds.yml @@ -167,7 +167,7 @@ jobs: with: node-version-file: .nvmrc - name: Install composer - uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5 + uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0 if: ${{ matrix.os == 'darwin' }} - name: Get user info id: user_info