From f408cd93a29a08ff8f08183e09e09d75684295aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 22:43:41 +0000 Subject: [PATCH] Update ramsey/composer-install action to v3.1.1 | datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.1.0 | 3.1.1 | 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 08c4032..f63350d 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.0" + - uses: "ramsey/composer-install@3.1.1" with: dependency-versions: ${{ matrix.dependencies }}