Skip to content

Commit b09d280

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 1017866 commit b09d280

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
@@ -63,7 +63,7 @@ jobs:
6363
# Install dependencies and handle caching in one go.
6464
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6565
- name: Install Composer dependencies
66-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
66+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
6767
with:
6868
# Bust the cache at least once a month - output format: YYYY-MM.
6969
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
@@ -226,7 +226,7 @@ jobs:
226226
# Install dependencies and handle caching in one go.
227227
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
228228
- name: Install Composer dependencies
229-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
229+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
230230
with:
231231
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
232232
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -341,7 +341,7 @@ jobs:
341341
# Install dependencies and handle caching in one go.
342342
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
343343
- name: Install Composer dependencies
344-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
344+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
345345
with:
346346
# Bust the cache at least once a month - output format: YYYY-MM.
347347
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)