Skip to content

Commit 3acb131

Browse files
GH Actions: Bump the action-runners group with 2 updates
Bumps the action-runners group with 2 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `shivammathur/setup-php` from 2.35.5 to 2.36.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@bf6b4fb...44454db) Updates `crate-ci/typos` from 1.39.2 to 1.40.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@626c4be...2d0ce56) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: crate-ci/typos dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 656e4ee commit 3acb131

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)