From d270838c2e5ba32a0d9a1ab1134d42af4247d767 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:19:01 +0000 Subject: [PATCH] Update shivammathur/setup-php action to v2.29.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.28.0 | 2.29.0 | --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 426cd67..b481e77 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -27,7 +27,7 @@ jobs: uses: "actions/checkout@v4" - name: "install PHP" - uses: "shivammathur/setup-php@2.28.0" + uses: "shivammathur/setup-php@2.29.0" with: coverage: "none" php-version: "${{ matrix.php-version }}"