From ddfeb8fb5aa3267c667297c6b39d2addfd6cba37 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 20 Sep 2024 10:54:11 +0200 Subject: [PATCH] Update coding-standards.yml --- .github/workflows/coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 3b335097..8b40f778 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -40,7 +40,7 @@ jobs: tools: cs2pr - name: "Install dependencies with Composer" - uses: "ramsey/composer-install@v2" + uses: "ramsey/composer-install@v3" - name: "Run a Code style analysis with friendsofphp/php-cs-fixer" run: "vendor/bin/php-cs-fixer fix --format=checkstyle --allow-risky=yes --dry-run | cs2pr"