Skip to content

Commit 81d3589

Browse files
chore(deps): bump ramsey/composer-install from 3.1.1 to 4.0.0
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.1.1 to 4.0.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@3cf229d...65e4f84) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d54a63 commit 81d3589

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/_pest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
6363
6464
- name: Install composer dependencies
65-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1
65+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0
6666
with:
6767
composer-options: ${{ inputs.COMPOSER_FLAGS }}
6868
custom-cache-key: ${{ inputs.CACHE_KEY }}

.github/workflows/_phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tools: composer:v2
4242

4343
- name: Install composer dependencies
44-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1
44+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0
4545
with:
4646
composer-options: ${{ inputs.COMPOSER_FLAGS }}
4747
custom-cache-key: ${{ inputs.CACHE_KEY }}

.github/workflows/_pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tools: composer:v2, cs2pr
4242

4343
- name: Install composer dependencies
44-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1
44+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0
4545
with:
4646
composer-options: ${{ inputs.COMPOSER_FLAGS }}
4747
custom-cache-key: ${{ inputs.CACHE_KEY }}

.github/workflows/_rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tools: composer:v2
4242

4343
- name: Install composer dependencies
44-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1
44+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0
4545
with:
4646
composer-options: ${{ inputs.COMPOSER_FLAGS }}
4747
custom-cache-key: ${{ inputs.CACHE_KEY }}

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
tools: composer:v2
5555

5656
- name: Install composer dependencies
57-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1
57+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0
5858
with:
5959
composer-options: ${{ steps.setup.outputs.COMPOSER_FLAGS }}
6060
custom-cache-key: ${{ steps.cache.outputs.key }}

0 commit comments

Comments
 (0)