From f5fed13d9e13217d042e37769a16166557660337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:47:07 +0000 Subject: [PATCH] chore(deps): update dependency composer/composer to v2.9.5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 490b01e..20aaa50 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: run: apk add --no-cache bash git su-exec - name: "Install composer" - run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.9.2 + run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.9.5 - name: "Checkout" uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4