From 63beb98db2ad2caa0ac3593742f85c0c661e3ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 00:31:18 +0000 Subject: [PATCH] fix(deps): bump shivammathur/setup-php from 2.19.1 to 2.21.2 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.19.1 to 2.21.2. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.19.1...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 cd648e7..cf59cf0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: shivammathur/setup-php@2.19.1 + - uses: shivammathur/setup-php@2.21.2 with: php-version: 8.0 extensions: mbstring, bcmath, ctype, json, pdo, tokenizer, xml