From 2360f28fa8a28f831acb13a53031ea2f6df1788d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:04:52 +0000 Subject: [PATCH] chore(deps): update shivammathur/setup-php digest to 9e72090 --- .github/workflows/build.yml | 6 +++--- .github/workflows/compatibility-suite.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33f7ce68..7d075862 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: name: Checkout repository - name: Setup PHP - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2 + uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2 with: php-version: 8.1 coverage: none @@ -53,7 +53,7 @@ jobs: name: Checkout repository - name: Setup PHP - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2 + uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2 with: extensions: sockets, curl, zip, ffi, grpc php-version: ${{ matrix.php }} @@ -97,7 +97,7 @@ jobs: name: Checkout repository - name: Setup PHP - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2 + uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2 with: extensions: 'sockets, curl, zip, ffi' php-version: ${{ matrix.php }} diff --git a/.github/workflows/compatibility-suite.yml b/.github/workflows/compatibility-suite.yml index bbc2b6b4..a299c31f 100644 --- a/.github/workflows/compatibility-suite.yml +++ b/.github/workflows/compatibility-suite.yml @@ -13,7 +13,7 @@ jobs: with: submodules: recursive - - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2 + - uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2 with: php-version: 8.1 coverage: none @@ -31,7 +31,7 @@ jobs: with: submodules: recursive - - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2 + - uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2 with: php-version: 8.1 coverage: none @@ -49,7 +49,7 @@ jobs: with: submodules: recursive - - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2 + - uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2 with: php-version: 8.1 coverage: none @@ -67,7 +67,7 @@ jobs: with: submodules: recursive - - uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2 + - uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2 with: php-version: 8.1 coverage: none