Skip to content

Commit 1204a42

Browse files
authored
Merge pull request #885 from Automattic/dependabot/github_actions/shivammathur/setup-php-2.37.2
GH Actions: Bump shivammathur/setup-php from 2.37.1 to 2.37.2
2 parents 5bdc5a1 + d203601 commit 1204a42

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/basics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v6
3131

3232
- name: Install PHP
33-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
33+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
3434
with:
3535
php-version: 'latest'
3636
coverage: none
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v6
108108

109109
- name: Install PHP
110-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
110+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
111111
with:
112112
php-version: 'latest'
113113
coverage: none

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v6
4444

4545
- name: Set up PHP
46-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
46+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
4747
with:
4848
php-version: ${{ matrix.php }}
4949
# With stable PHPCS dependencies, allow for PHP deprecation notices.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v6
3939

4040
- name: Install PHP
41-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
41+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
4242
with:
4343
php-version: ${{ matrix.php }}
4444
coverage: none
@@ -100,7 +100,7 @@ jobs:
100100
fi
101101
102102
- name: Install PHP
103-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
103+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
104104
with:
105105
php-version: ${{ matrix.php }}
106106
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}

0 commit comments

Comments
 (0)