Skip to content

Commit e97fef1

Browse files
committed
Merge branch '3.x' into 4.x
2 parents c19b989 + 3580b1e commit e97fef1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Install dependencies and handle caching in one go.
5353
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5454
- name: Install Composer dependencies
55-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
55+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
5656
with:
5757
# Bust the cache at least once a month - output format: YYYY-MM.
5858
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
# Install dependencies and handle caching in one go.
202202
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
203203
- name: Install Composer dependencies
204-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
204+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
205205
with:
206206
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
207207
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -325,7 +325,7 @@ jobs:
325325
# Install dependencies and handle caching in one go.
326326
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
327327
- name: Install Composer dependencies
328-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
328+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
329329
with:
330330
# Bust the cache at least once a month - output format: YYYY-MM.
331331
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)