Skip to content

Commit fe947b0

Browse files
GH Actions: Bump ramsey/composer-install from 2 to 3
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73d8e6d commit fe947b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/basics.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Install dependencies and handle caching in one go.
5656
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5757
- name: Install Composer dependencies
58-
uses: "ramsey/composer-install@v2"
58+
uses: "ramsey/composer-install@v3"
5959
with:
6060
# Bust the cache at least once a month - output format: YYYY-MM.
6161
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -98,7 +98,7 @@ jobs:
9898
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
9999
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
100100
- name: Install Composer dependencies
101-
uses: "ramsey/composer-install@v2"
101+
uses: "ramsey/composer-install@v3"
102102
with:
103103
# Bust the cache at least once a month - output format: YYYY-MM.
104104
custom-cache-suffix: $(date -u "+%Y-%m")

Diff for: .github/workflows/quicktest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Install dependencies and handle caching in one go.
5555
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5656
- name: Install Composer dependencies
57-
uses: "ramsey/composer-install@v2"
57+
uses: "ramsey/composer-install@v3"
5858
with:
5959
# Bust the cache at least once a month - output format: YYYY-MM.
6060
custom-cache-suffix: $(date -u "+%Y-%m")

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
tools: cs2pr
4646

4747
- name: Install Composer dependencies
48-
uses: "ramsey/composer-install@v2"
48+
uses: "ramsey/composer-install@v3"
4949
with:
5050
# Bust the cache at least once a month - output format: YYYY-MM.
5151
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -126,7 +126,7 @@ jobs:
126126
# Install dependencies and handle caching in one go.
127127
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
128128
- name: Install Composer dependencies
129-
uses: "ramsey/composer-install@v2"
129+
uses: "ramsey/composer-install@v3"
130130
with:
131131
# Bust the cache at least once a month - output format: YYYY-MM.
132132
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)