From 73ed94239f9f7c0fdf88bce70acb3c2e04e4a141 Mon Sep 17 00:00:00 2001 From: Ilario Pierbattista Date: Sat, 9 Mar 2024 10:29:09 +0100 Subject: [PATCH] update composer-install action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3872e54..2e8e3e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: if: matrix.symfony run: rm composer.lock && composer require "symfony/symfony:${{ matrix.symfony }}" --no-update - name: Install dependencies - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: Docker compose wait run: docker compose up --wait crossbar - name: Run tests