Skip to content

Commit cb7c76a

Browse files
GH Actions: Bump shivammathur/setup-php in the action-runners group
Bumps the action-runners group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `shivammathur/setup-php` from 2.37.0 to 2.37.1 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@accd612...7c071df) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b49442 commit cb7c76a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-qa-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Install PHP
23-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
23+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
2424
with:
2525
php-version: 'latest'
2626
coverage: none
@@ -66,7 +66,7 @@ jobs:
6666
persist-credentials: false
6767

6868
- name: Install PHP
69-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
69+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
7070
with:
7171
php-version: ${{ matrix.php }}
7272
ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On

0 commit comments

Comments
 (0)