Skip to content

Commit 8efb31b

Browse files
Update ramsey/composer-install action to v4
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.2.1 | 4.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83d2567 commit 8efb31b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/backward-compatibility-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
php-version: "${{ matrix.php-version }}"
3333
ini-values: memory_limit=-1
3434

35-
- uses: ramsey/composer-install@3.2.1
35+
- uses: ramsey/composer-install@4.0.0
3636
with:
3737
dependency-versions: ${{ matrix.dependencies }}
3838

39-
- uses: ramsey/composer-install@3.2.1
39+
- uses: ramsey/composer-install@4.0.0
4040
with:
4141
dependency-versions: ${{ matrix.dependencies }}
4242
working-directory: 'tools'

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
ref: ${{ github.base_ref }}
3535

36-
- uses: ramsey/composer-install@3.2.1
36+
- uses: ramsey/composer-install@4.0.0
3737
with:
3838
dependency-versions: ${{ matrix.dependencies }}
3939

@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
clean: false
4747

48-
- uses: ramsey/composer-install@3.2.1
48+
- uses: ramsey/composer-install@4.0.0
4949
with:
5050
dependency-versions: ${{ matrix.dependencies }}
5151

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
php-version: "${{ matrix.php-version }}"
3535
ini-values: memory_limit=-1
3636

37-
- uses: ramsey/composer-install@3.2.1
37+
- uses: ramsey/composer-install@4.0.0
3838
with:
3939
dependency-versions: ${{ matrix.dependencies }}
4040

.github/workflows/mutation-tests-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
php-version: "${{ matrix.php-version }}"
3434
ini-values: memory_limit=-1
3535

36-
- uses: ramsey/composer-install@3.2.1
36+
- uses: ramsey/composer-install@4.0.0
3737
with:
3838
dependency-versions: ${{ matrix.dependencies }}
3939

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
php-version: "${{ matrix.php-version }}"
3636
ini-values: memory_limit=-1
3737

38-
- uses: ramsey/composer-install@3.2.1
38+
- uses: ramsey/composer-install@4.0.0
3939
with:
4040
dependency-versions: ${{ matrix.dependencies }}
4141

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
php-version: "${{ matrix.php-version }}"
3535
ini-values: memory_limit=-1
3636

37-
- uses: ramsey/composer-install@3.2.1
37+
- uses: ramsey/composer-install@4.0.0
3838
with:
3939
dependency-versions: ${{ matrix.dependencies }}
4040

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
php-version: "${{ matrix.php-version }}"
5353
ini-values: memory_limit=-1
5454

55-
- uses: ramsey/composer-install@3.2.1
55+
- uses: ramsey/composer-install@4.0.0
5656
with:
5757
dependency-versions: ${{ matrix.dependencies }}
5858
composer-options: ${{ matrix.composer-options }}

0 commit comments

Comments
 (0)