Skip to content

Commit 73049d1

Browse files
dependabot[bot]jrfnl
authored andcommitted
GH Actions: Bump ramsey/composer-install from 3 to 4
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v3...v4) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39c1a98 commit 73049d1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/reusable-build-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: true
2626

2727
- name: Install Composer dependencies
28-
uses: ramsey/composer-install@v3
28+
uses: ramsey/composer-install@v4
2929
with:
3030
composer-options: "--no-dev"
3131
# Bust the cache at least once a month - output format: YYYY-MM.

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v6
3232

3333
- name: Install Composer dependencies
34-
uses: ramsey/composer-install@v3
34+
uses: ramsey/composer-install@v4
3535
with:
3636
# Bust the cache at least once a month - output format: YYYY-MM.
3737
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -93,14 +93,14 @@ jobs:
9393

9494
- name: Install Composer dependencies
9595
if: ${{ matrix.php != '8.6' }}
96-
uses: ramsey/composer-install@v3
96+
uses: ramsey/composer-install@v4
9797
with:
9898
# Bust the cache at least once a month - output format: YYYY-MM.
9999
custom-cache-suffix: $(date -u "+%Y-%m")
100100

101101
- name: "Install Composer dependencies (PHP nightly, ignore PHP reqs)"
102102
if: ${{ matrix.php == '8.6' }}
103-
uses: ramsey/composer-install@v3
103+
uses: ramsey/composer-install@v4
104104
with:
105105
composer-options: --ignore-platform-req=php
106106
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)