Skip to content

Commit 013dc81

Browse files
authored
Merge pull request #2664 from WordPress/dependabot/github_actions/action-runners-220513b8e9
GH Actions: Bump the action-runners group with 2 updates
2 parents 656e4ee + 3acb131 commit 013dc81

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/basic-qa.yml

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

3333
- name: Setup PHP
34-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
34+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
3535
with:
3636
php-version: 'latest'
3737
coverage: none
@@ -162,7 +162,7 @@ jobs:
162162
persist-credentials: false
163163

164164
- name: Set up PHP
165-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
165+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
166166
with:
167167
php-version: ${{ matrix.php }}
168168
# Allow for PHP deprecation notices.
@@ -245,7 +245,7 @@ jobs:
245245
persist-credentials: false
246246

247247
- name: Install PHP
248-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
248+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
249249
with:
250250
php-version: 'latest'
251251
coverage: none
@@ -275,4 +275,4 @@ jobs:
275275
persist-credentials: false
276276

277277
- name: "Search for misspellings"
278-
uses: "crate-ci/typos@626c4bedb751ce0b7f03262ca97ddda9a076ae1c" # v1.39.2
278+
uses: "crate-ci/typos@2d0ce569feab1f8752f1dde43cc2f2aa53236e06" # v1.40.0

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Set up PHP
38-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
38+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
3939
with:
4040
php-version: ${{ matrix.php }}
4141
# With stable PHPCS dependencies, allow for PHP deprecation notices.

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fi
9191
9292
- name: Set up PHP
93-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
93+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
9494
with:
9595
php-version: ${{ matrix.php }}
9696
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}

0 commit comments

Comments
 (0)