Skip to content

Commit 9143f4d

Browse files
build(deps): 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](ramsey/composer-install@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] <support@github.com>
1 parent 0f8c83c commit 9143f4d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313

1414
- name: Install Composer dependencies
15-
uses: ramsey/composer-install@v3
15+
uses: ramsey/composer-install@v4
1616
with:
1717
composer-options: "--no-dev"
1818

.github/workflows/wordpress-cs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
tools: cs2pr
2020

2121
- name: Install Composer dependencies
22-
uses: "ramsey/composer-install@v3"
22+
uses: "ramsey/composer-install@v4"
2323
with:
2424
# Bust the cache at least once a month - output format: YYYY-MM.
2525
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/wordpress-plugin-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Install Composer dependencies
14-
uses: ramsey/composer-install@v3
14+
uses: ramsey/composer-install@v4
1515
with:
1616
composer-options: "--no-dev"
1717

0 commit comments

Comments
 (0)