From 10aaa9cfd15eb7cb02e657da8a840ebf9eb48338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 03:52:34 +0000 Subject: [PATCH] Bump ramsey/composer-install from 3.1.1 to 3.2.0 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/3cf229dc2919194e9e36783941438d17239e8520...a35c6ebd3d08125aaf8852dff361e686a1a67947) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index a48b8d2..42d610a 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -38,7 +38,7 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3 + uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # v3 env: COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} with: