From 821e2589c0f0a1d24856c2e738c069bbeaee5735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 01:49:52 +0000 Subject: [PATCH] Bump shivammathur/setup-php Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 220d0c24c74f69a0684dce511d8cc721146368fb to baf9535ba58ae8ac3a7362d932ca85fc38621a5d. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/220d0c24c74f69a0684dce511d8cc721146368fb...baf9535ba58ae8ac3a7362d932ca85fc38621a5d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/php-compatibility.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index c111998bdbbef..e6b2169e2acb1 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 - name: Set up PHP - uses: shivammathur/setup-php@220d0c24c74f69a0684dce511d8cc721146368fb # v2.15.0 + uses: shivammathur/setup-php@baf9535ba58ae8ac3a7362d932ca85fc38621a5d # v2.15.0 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index f383d92ce4e37..efef665b496c7 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 - name: Set up PHP - uses: shivammathur/setup-php@220d0c24c74f69a0684dce511d8cc721146368fb # v2.15.0 + uses: shivammathur/setup-php@baf9535ba58ae8ac3a7362d932ca85fc38621a5d # v2.15.0 with: php-version: '7.4' coverage: none