Skip to content

Commit 9abea9d

Browse files
Actions(deps): Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php) and [ramsey/composer-install](https://github.com/ramsey/composer-install). 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) Updates `ramsey/composer-install` from 3.1.1 to 4.0.0 - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@3cf229d...65e4f84) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: ramsey/composer-install dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcdd066 commit 9abea9d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cs-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Setup PHP ${{ matrix.php }}
38-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
38+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3939
with:
4040
php-version: ${{ matrix.php }}
4141
coverage: none
@@ -59,7 +59,7 @@ jobs:
5959
# Install dependencies and handle caching in one go.
6060
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6161
- name: Install Composer dependencies
62-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
62+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
6363

6464
# Lint PHP.
6565
- name: Lint PHP against parse errors

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: npm install -g @wordpress/env
5050

5151
- name: Setup PHP ${{ matrix.php }}
52-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
52+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
5353
with:
5454
php-version: ${{ matrix.php }}
5555
coverage: none
@@ -66,7 +66,7 @@ jobs:
6666
TOOL_CACHE: ${{ runner.tool_cache }}
6767

6868
- name: Install Composer dependencies
69-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
69+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
7070

7171
- name: Setup wp-env
7272
run: wp-env start

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
persist-credentials: false
4848

4949
- name: Setup PHP ${{ matrix.php }}
50-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
50+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
5151
with:
5252
php-version: ${{ matrix.php }}
5353
coverage: none
5454

5555
- name: Install Composer dependencies
56-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
56+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
5757

5858
- name: Setup problem matchers for PHP
5959
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)