From 1796e3ea4ae5edb950ce9138ff830e8eecdc1880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 00:31:31 +0000 Subject: [PATCH] fix(deps): bump shivammathur/setup-php from 2.15.0 to 2.21.2 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.15.0 to 2.21.2. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.15.0...2.21.2) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 59a40ed..4af1d83 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: shivammathur/setup-php@2.15.0 + - uses: shivammathur/setup-php@2.21.2 with: php-version: 8.0 extensions: mbstring, bcmath, ctype, json, pdo, tokenizer, xml