From 1a137afa110baabccb33078acc009e3bcf9e2c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:54:15 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.28.0 to 2.29.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.28.0 to 2.29.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/e6f75134d35752277f093989e72e140eaa222f35...6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d) --- 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 1743a9a..aff0580 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ runs: node-version: '16' - name: Setup PHP - uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 + uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d with: php-version: 'latest' coverage: none