From 3955b1aabbc007fd3be699767152c48be87455dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 10:09:48 +0000 Subject: [PATCH] Bump shivammathur/setup-php Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from d37cc3048580de06099c81ded417530716a0d7ab to d30ad8b1843ace22e6698ab99bbafaa747b6bd0d. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/d37cc3048580de06099c81ded417530716a0d7ab...d30ad8b1843ace22e6698ab99bbafaa747b6bd0d) --- 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 6de20675c0246..8fd4dbc3a1643 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@d37cc3048580de06099c81ded417530716a0d7ab # v2.18.0 + uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.18.0 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index 79f5d97de58f6..bd873fd93d329 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@d37cc3048580de06099c81ded417530716a0d7ab # v2.18.0 + uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.18.0 with: php-version: '7.4' coverage: none