Skip to content

Commit a408b95

Browse files
chore(deps): update shivammathur/setup-php action to v2.35.1 (#717)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [shivammathur/setup-php](https://redirect.github.com/shivammathur/setup-php) | action | minor | `2.34.1` -> `2.35.1` | --- ### Release Notes <details> <summary>shivammathur/setup-php (shivammathur/setup-php)</summary> ### [`v2.35.1`](https://redirect.github.com/shivammathur/setup-php/releases/tag/2.35.1) [Compare Source](https://redirect.github.com/shivammathur/setup-php/compare/2.35.0...2.35.1) ##### Changelog - Fixed regression in composer authentication in [`2.35.0`](https://redirect.github.com/shivammathur/setup-php/releases/tag/2.35.0). ([#&#8203;979](https://redirect.github.com/shivammathur/setup-php/issues/979)) - Fixed installing `geos` extension on PHP 8.5. For the complete list of changes, please refer to the [Full Changelog](https://redirect.github.com/shivammathur/setup-php/compare/2.35.0...2.35.1) <p> <h4>Follow for updates</h4> <a href="https://reddit.com/r/setup_php" title="setup-php reddit"><img alt="setup-php reddit" src="https://img.shields.io/badge/reddit-join-FF5700?logo=reddit&logoColor=FF5700&labelColor=555555"></a> <a href="https://twitter.com/setup_php" title="setup-php twitter"><img alt="setup-php twitter" src="https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555"></a> <a href="https://status.setup-php.com" title="setup-php status"><img alt="setup-php status" src="https://img.shields.io/badge/status-subscribe-28A745?logo=statuspage&logoColor=28A745&labelColor=555555"></a> </p> ### [`v2.35.0`](https://redirect.github.com/shivammathur/setup-php/compare/2.34.1...2.35.0) [Compare Source](https://redirect.github.com/shivammathur/setup-php/compare/2.34.1...2.35.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-php). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d48a056 commit a408b95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: setup_node_id
2727
with:
2828
node-version: 18
29-
- uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
29+
- uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
3030
with:
3131
php-version: 8.2
3232

.github/workflows/php-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
submodules: recursive
3434
- name: Set up PHP ${{ matrix.php }}
35-
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
35+
uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # 2.35.1
3636
with:
3737
php-version: ${{ matrix.php }}
3838

0 commit comments

Comments
 (0)