From 7ba32ab92aee9aa5d5a585e79d5f4d99c05c4589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:45:10 +0000 Subject: [PATCH] build(deps): bump shivammathur/setup-php from 2.37.0 to 2.37.1 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.37.0 to 2.37.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.37.0...2.37.1) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 369f30a7..975785fe 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ runs: shell: bash - name: Installing PHP... - uses: shivammathur/setup-php@2.37.0 + uses: shivammathur/setup-php@2.37.1 with: php-version: ${{ env.NEEDED_PHP_VERSION }} extensions: curl, gd, pdo_mysql, json, mbstring, pcre, session