Skip to content

Commit 7d796fb

Browse files
chore(deps): update shivammathur/setup-php action to v2.37.2 (#837)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [shivammathur/setup-php](https://redirect.github.com/shivammathur/setup-php) | action | patch | `2.37.1` → `2.37.2` | --- ### Release Notes <details> <summary>shivammathur/setup-php (shivammathur/setup-php)</summary> ### [`v2.37.2`](https://redirect.github.com/shivammathur/setup-php/releases/tag/2.37.2) [Compare Source](https://redirect.github.com/shivammathur/setup-php/compare/2.37.1...2.37.2) ##### Changelog - Fixed macOS setup by marking `shivammathur/php` and `shivammathur/extensions` as trusted taps. - Switched to Visual Studio 18 `(vs18)` builds for PHP 8.6 on Windows. - Improved looking up environment variables. - Tightened security in internal GitHub action workflows. - Updated Node.js dependencies. For the complete list of changes, please refer to the [Full Changelog](https://redirect.github.com/shivammathur/setup-php/compare/2.37.1...2.37.2) <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> </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Tokyo) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fb287f commit 7d796fb

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: 24
29-
- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
29+
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
3030
with:
3131
php-version: 8.2
3232
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0

.github/workflows/php-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
submodules: recursive
3838
- name: Set up PHP ${{ matrix.php }}
39-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
39+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
4040
with:
4141
php-version: ${{ matrix.php }}
4242

0 commit comments

Comments
 (0)