Skip to content

Commit 191d5a0

Browse files
GH Actions: Bump ramsey/composer-install from 3.2.0 to 4.0.0
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@a35c6eb...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 dc2e37d commit 191d5a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/csqa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Install dependencies and handle caching in one go.
4545
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4646
- name: Install Composer dependencies
47-
uses: "ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947" # 3.2.0
47+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
4848
with:
4949
# Bust the cache at least once a month - output format: YYYY-MM.
5050
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -90,7 +90,7 @@ jobs:
9090
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.
9191
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
9292
- name: Install Composer dependencies
93-
uses: "ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947" # 3.2.0
93+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
9494
with:
9595
# Bust the cache at least once a month - output format: YYYY-MM.
9696
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -122,7 +122,7 @@ jobs:
122122
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.
123123
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
124124
- name: Install Composer dependencies
125-
uses: "ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947" # 3.2.0
125+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
126126
with:
127127
# Bust the cache at least once a month - output format: YYYY-MM.
128128
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
@@ -133,7 +133,7 @@ jobs:
133133
# Install dependencies and handle caching in one go.
134134
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
135135
- name: Install Composer dependencies
136-
uses: "ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947" # 3.2.0
136+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
137137
with:
138138
# For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
139139
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
@@ -210,7 +210,7 @@ jobs:
210210
composer require --no-update squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}"
211211
212212
- name: Install Composer dependencies
213-
uses: "ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947" # 3.2.0
213+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
214214
with:
215215
# Bust the cache at least once a month - output format: YYYY-MM.
216216
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)