From 1e935c96a61b20ae46ba130f2ee274e151964ab5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:35:47 +0100 Subject: [PATCH] chore(deps): update shivammathur/setup-php digest to 7ba520a (#86) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | shivammathur/setup-php | action | digest | `ed98159` -> `7ba520a` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Lapotor/RadioRoster-api). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/laravel-test.yml | 2 +- .github/workflows/upload-db-assets.yml | 2 +- .github/workflows/upload-file-assets.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/laravel-test.yml b/.github/workflows/laravel-test.yml index 5c491663..a1ac8ec7 100644 --- a/.github/workflows/laravel-test.yml +++ b/.github/workflows/laravel-test.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup PHP ${{ matrix.php-versions }} - uses: shivammathur/setup-php@ed98159fe9516559bc9ea76c0548d8318543be44 + uses: shivammathur/setup-php@7ba520ae30e3a01263df4a016e7714d3d30d5b59 with: php-version: ${{ matrix.php-versions }} extensions: pcntl, zip, intl, exif, mbstring, dom, fileinfo, ${{ inputs.db-type == 'mysql' && 'pdo_mysql' || inputs.db-type == 'pgsql' && 'pdo_pgsql' }} diff --git a/.github/workflows/upload-db-assets.yml b/.github/workflows/upload-db-assets.yml index e4d54abb..e7949472 100644 --- a/.github/workflows/upload-db-assets.yml +++ b/.github/workflows/upload-db-assets.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup PHP 8.1 - uses: shivammathur/setup-php@ed98159fe9516559bc9ea76c0548d8318543be44 + uses: shivammathur/setup-php@7ba520ae30e3a01263df4a016e7714d3d30d5b59 with: php-version: "8.1" extensions: pcntl, zip, intl, exif, mbstring, dom, fileinfo, ${{ inputs.db-type == 'mysql' && 'pdo_mysql' || inputs.db-type == 'pgsql' && 'pdo_pgsql' }} diff --git a/.github/workflows/upload-file-assets.yml b/.github/workflows/upload-file-assets.yml index 46955cf1..913102d9 100644 --- a/.github/workflows/upload-file-assets.yml +++ b/.github/workflows/upload-file-assets.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup PHP ${{ matrix.php-versions }} - uses: shivammathur/setup-php@ed98159fe9516559bc9ea76c0548d8318543be44 + uses: shivammathur/setup-php@7ba520ae30e3a01263df4a016e7714d3d30d5b59 with: php-version: ${{ matrix.php-versions }} extensions: pcntl, zip, intl, exif, mbstring, dom, fileinfo