Skip to content

Commit b09b807

Browse files
Update ramsey/composer-install action to v4
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.0.0 | 4.0.0 |
1 parent 1e59984 commit b09b807

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: "${{ matrix.php-version }}"
2828
ini-values: "${{ env.INI_VALUES }}"
2929
tools: composer-normalize,composer-require-checker,composer-unused
30-
- uses: "ramsey/composer-install@v3"
30+
- uses: "ramsey/composer-install@4.0.0"
3131

3232
- run: "composer validate --strict"
3333
- run: "composer-normalize --dry-run"
@@ -54,7 +54,7 @@ jobs:
5454
coverage: "${{ matrix.code-coverage }}"
5555
php-version: "${{ matrix.php-version }}"
5656
ini-values: "${{ env.INI_VALUES }}"
57-
- uses: "ramsey/composer-install@v3"
57+
- uses: "ramsey/composer-install@4.0.0"
5858

5959
- run: "vendor/bin/phpunit --no-coverage --no-logging"
6060
if: ${{ matrix.code-coverage == 'none' }}
@@ -87,6 +87,6 @@ jobs:
8787
coverage: "none"
8888
php-version: "${{ matrix.php-version }}"
8989
ini-values: "${{ env.INI_VALUES }}"
90-
- uses: "ramsey/composer-install@v3"
90+
- uses: "ramsey/composer-install@4.0.0"
9191

9292
- run: "vendor/bin/php-cs-fixer fix --verbose --dry-run --diff"

0 commit comments

Comments
 (0)