Skip to content

Commit de21759

Browse files
authored
Merge pull request #108 from ToshY/dependabot/github_actions/master/ramsey/composer-install-3
Bump ramsey/composer-install from 2 to 3
2 parents 7e42f65 + b94d2bf commit de21759

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/phpcs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: ${{ matrix.php-versions }}
2828

2929
- name: Install Composer dependencies
30-
uses: ramsey/composer-install@v2
30+
uses: ramsey/composer-install@v3
3131

3232
- name: PHP CS Fixer
3333
run: PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer fix --dry-run -v --diff

.github/workflows/phpmd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: composer validate
3131

3232
- name: Install Composer dependencies
33-
uses: ramsey/composer-install@v2
33+
uses: ramsey/composer-install@v3
3434

3535
- name: PHPMD
3636
run: php vendor/bin/phpmd --strict src/ text phpmd.xml

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: ${{ matrix.php-versions }}
2828

2929
- name: Install Composer dependencies
30-
uses: ramsey/composer-install@v2
30+
uses: ramsey/composer-install@v3
3131

3232
- name: PHPStan
3333
run: php vendor/bin/phpstan analyse --error-format=github

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: ${{ matrix.php-versions }}
2828

2929
- name: Install Composer dependencies
30-
uses: ramsey/composer-install@v2
30+
uses: ramsey/composer-install@v3
3131

3232
- name: PHPUnit
3333
run: php vendor/bin/phpunit

.github/workflows/security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
php-version: ${{ matrix.php-versions }}
3030

3131
- name: Install Composer dependencies
32-
uses: ramsey/composer-install@v2
32+
uses: ramsey/composer-install@v3
3333
with:
3434
composer-options: '--prefer-stable'
3535

0 commit comments

Comments
 (0)