Skip to content

Commit 64c5f0e

Browse files
GH Actions: Bump shivammathur/setup-php in the action-runners group (#365)
Bumps the action-runners group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `shivammathur/setup-php` from 2.36.0 to 2.37.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@44454db...accd612) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc2e37d commit 64c5f0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/csqa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Install PHP
34-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
34+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3535
with:
3636
php-version: "latest"
3737
coverage: none
@@ -81,7 +81,7 @@ jobs:
8181
persist-credentials: false
8282

8383
- name: Install PHP
84-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
84+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
8585
with:
8686
php-version: "8.1"
8787
coverage: none
@@ -113,7 +113,7 @@ jobs:
113113
persist-credentials: false
114114

115115
- name: Install PHP
116-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
116+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
117117
with:
118118
php-version: "8.1"
119119
coverage: none

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
fi
118118
119119
- name: Install PHP
120-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
120+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
121121
with:
122122
php-version: ${{ matrix.php }}
123123
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}
@@ -197,7 +197,7 @@ jobs:
197197
fi
198198
199199
- name: Install PHP
200-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
200+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
201201
with:
202202
php-version: ${{ matrix.php }}
203203
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}

0 commit comments

Comments
 (0)