Skip to content

Commit 43a0943

Browse files
authored
Merge pull request #14 from lloc/dependabot/github_actions/main/ramsey/composer-install-3
Bump ramsey/composer-install from 2 to 3
2 parents dcf55bd + a9f2edd commit 43a0943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
tools: composer, cs2pr
2323

2424
- name: Install PHP dependencies
25-
uses: ramsey/composer-install@v2
25+
uses: ramsey/composer-install@v3
2626
with:
2727
composer-options: '--prefer-dist --no-scripts'
2828

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: composer install
2222

2323
- name: Install PHP dependencies
24-
uses: ramsey/composer-install@v2
24+
uses: ramsey/composer-install@v3
2525
with:
2626
composer-options: '--prefer-dist --no-scripts'
2727

0 commit comments

Comments
 (0)