Skip to content

Commit 36065bb

Browse files
GH Actions: Bump ramsey/composer-install from 3.1.1 to 4.0.0
Bumps [ramsey/composer-install](https://github.com/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: ramsey/composer-install dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85b0130 commit 36065bb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/basics.yml

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

.github/workflows/quicktest.yml

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

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
tools: cs2pr
5151

5252
- name: Install Composer dependencies
53-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
53+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
5454
with:
5555
# For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
5656
composer-options: ${{ matrix.php == 'nightly' && '--ignore-platform-req=php+' || '' }}
@@ -175,7 +175,7 @@ jobs:
175175
# Install dependencies and handle caching in one go.
176176
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
177177
- name: Install Composer dependencies
178-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
178+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
179179
with:
180180
# For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
181181
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
@@ -258,7 +258,7 @@ jobs:
258258
# Install dependencies and handle caching in one go.
259259
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
260260
- name: Install Composer dependencies
261-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
261+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
262262
with:
263263
# Bust the cache at least once a month - output format: YYYY-MM.
264264
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)