From edfef7572186dff6a3d091f4f40845b48b6d2d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:47:26 +0000 Subject: [PATCH] GH Actions: Bump ramsey/composer-install from 3 to 4 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v3...v4) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-build-binary.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-build-binary.yml b/.github/workflows/reusable-build-binary.yml index 3fde7f4..1833566 100644 --- a/.github/workflows/reusable-build-binary.yml +++ b/.github/workflows/reusable-build-binary.yml @@ -25,7 +25,7 @@ jobs: fail-fast: true - name: Install Composer dependencies - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: composer-options: "--no-dev" # Bust the cache at least once a month - output format: YYYY-MM. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d4bc1a..1db8707 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v6 - name: Install Composer dependencies - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: # Bust the cache at least once a month - output format: YYYY-MM. custom-cache-suffix: $(date -u "+%Y-%m") @@ -93,14 +93,14 @@ jobs: - name: Install Composer dependencies if: ${{ matrix.php != '8.6' }} - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: # Bust the cache at least once a month - output format: YYYY-MM. custom-cache-suffix: $(date -u "+%Y-%m") - name: "Install Composer dependencies (PHP nightly, ignore PHP reqs)" if: ${{ matrix.php == '8.6' }} - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: composer-options: --ignore-platform-req=php custom-cache-suffix: $(date -u "+%Y-%m")