From 1b10d96d5bf8175bf8b5908f22173aa1fc476d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:05:50 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.27.1 to 2.28.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.27.1 to 2.28.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0...e6f75134d35752277f093989e72e140eaa222f35) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a7a12f9..bfa2663 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ runs: node-version: '16' - name: Setup PHP - uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0 + uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 with: php-version: 'latest' coverage: none