diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba3cef4..3497825 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: tools: flex - name: Download dependencies - uses: ramsey/composer-install@v1 + uses: ramsey/composer-install@v2 env: SYMFONY_REQUIRE: ${{ matrix.sf_version }} with: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d5d853a..aea0eba 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -26,7 +26,7 @@ jobs: coverage: none - name: Download dependencies - uses: ramsey/composer-install@v1 + uses: ramsey/composer-install@v2 with: composer-options: --no-interaction --prefer-dist --optimize-autoloader