Skip to content

Commit 281a77a

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 789a8b0 commit 281a77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: true
3434

3535
- name: Install dependencies
36-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
36+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
3737
with:
3838
# Bust the cache at least once a month - output format: YYYY-MM.
3939
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -108,7 +108,7 @@ jobs:
108108
fail-fast: true
109109

110110
- name: Install dependencies
111-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
111+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
112112
with:
113113
dependency-versions: ${{ matrix.dependencies }}
114114
# For PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.

0 commit comments

Comments
 (0)