Skip to content

Commit ddfeb8f

Browse files
authored
Update coding-standards.yml
1 parent 6a374d6 commit ddfeb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
tools: cs2pr
4141

4242
- name: "Install dependencies with Composer"
43-
uses: "ramsey/composer-install@v2"
43+
uses: "ramsey/composer-install@v3"
4444

4545
- name: "Run a Code style analysis with friendsofphp/php-cs-fixer"
4646
run: "vendor/bin/php-cs-fixer fix --format=checkstyle --allow-risky=yes --dry-run | cs2pr"

0 commit comments

Comments
 (0)