Skip to content

Commit c3d7e86

Browse files
committed
minor #263 Bump shivammathur/setup-php from 529ee057c4434195612e6712b010adc92893e0ef to 93f351c169514bd9f4630bd31dd63fde23a79f9f in the github-actions group (dependabot[bot])
This PR was merged into the 2.x branch. Discussion ---------- Bump shivammathur/setup-php from 529ee057c4434195612e6712b010adc92893e0ef to 93f351c169514bd9f4630bd31dd63fde23a79f9f in the github-actions group Bumps the github-actions group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `shivammathur/setup-php` from 529ee057c4434195612e6712b010adc92893e0ef to 93f351c169514bd9f4630bd31dd63fde23a79f9f <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shivammathur/setup-php/commit/93f351c169514bd9f4630bd31dd63fde23a79f9f"><code>93f351c</code></a> Bump actions/cache from 5.0.5 to 6.1.0 in the github-actions group (<a href="https://redirect.github.com/shivammathur/setup-php/issues/1091">#1091</a>)</li> <li>See full diff in <a href="https://github.com/shivammathur/setup-php/compare/529ee057c4434195612e6712b010adc92893e0ef...93f351c169514bd9f4630bd31dd63fde23a79f9f">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - ``@dependabot` ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - ``@dependabot` ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - ``@dependabot` ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - ``@dependabot` unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - ``@dependabot` unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Commits ------- 5217d6b Bump shivammathur/setup-php in the github-actions group
2 parents e99cdb8 + 5217d6b commit c3d7e86

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
persist-credentials: false
4747

4848
- name: Setup PHP
49-
uses: shivammathur/setup-php@529ee057c4434195612e6712b010adc92893e0ef
49+
uses: shivammathur/setup-php@93f351c169514bd9f4630bd31dd63fde23a79f9f
5050
with:
5151
coverage: "none"
5252
php-version: "${{ matrix.php-version }}"

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
persist-credentials: false
1515

1616
- name: Setup PHP
17-
uses: shivammathur/setup-php@529ee057c4434195612e6712b010adc92893e0ef
17+
uses: shivammathur/setup-php@93f351c169514bd9f4630bd31dd63fde23a79f9f
1818
with:
1919
php-version: 8.1
2020
coverage: none
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Setup PHP
46-
uses: shivammathur/setup-php@529ee057c4434195612e6712b010adc92893e0ef
46+
uses: shivammathur/setup-php@93f351c169514bd9f4630bd31dd63fde23a79f9f
4747
with:
4848
php-version: 8.1
4949
coverage: none
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Setup PHP
70-
uses: shivammathur/setup-php@529ee057c4434195612e6712b010adc92893e0ef
70+
uses: shivammathur/setup-php@93f351c169514bd9f4630bd31dd63fde23a79f9f
7171
with:
7272
php-version: 8.1
7373
coverage: none

0 commit comments

Comments
 (0)