From 130d8485984f34fd6819471f27920ea6b64f2003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:30:11 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.30.4 to 2.31.0 (#273) Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.4 to 2.31.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.30.4...2.31.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ae978238..12e60aaa 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ runs: shell: bash - name: Installing PHP... - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.31.0 with: php-version: ${{ env.NEEDED_PHP_VERSION }} extensions: curl, gd, pdo_mysql, json, mbstring, pcre, session