From cf327f74aea26bcacf85f1c4d899d33190f1eeba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 06:04:28 +0000 Subject: [PATCH] Update ramsey/composer-install action to v3.2.0 | datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.1.1 | 3.2.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 86b1aea..60c8f51 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,7 +36,7 @@ jobs: ini-values: memory_limit=-1 extensions: pdo_sqlite - - uses: "ramsey/composer-install@3.1.1" + - uses: "ramsey/composer-install@3.2.0" with: dependency-versions: ${{ matrix.dependencies }}