Skip to content

Commit fd6b334

Browse files
authored
Merge pull request #223 from PHPCSStandards/dependabot/github_actions/stable/ramsey/composer-install-4.0.0
GH Actions: Bump ramsey/composer-install from 3.1.1 to 4.0.0
2 parents f31833f + 5c7192e commit fd6b334

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Install dependencies and handle caching in one go.
4646
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4747
- name: Install Composer dependencies
48-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
48+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
4949
with:
5050
# Bust the cache at least once a month - output format: YYYY-MM.
5151
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/quicktest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Install dependencies and handle caching in one go.
5151
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5252
- name: Install Composer dependencies
53-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
53+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
5454
with:
5555
# Bust the cache at least once a month - output format: YYYY-MM.
5656
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -151,7 +151,7 @@ jobs:
151151
# Install dependencies and handle caching in one go.
152152
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
153153
- name: Install Composer dependencies
154-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
154+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
155155
with:
156156
# Bust the cache at least once a month - output format: YYYY-MM.
157157
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
57+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
5858
with:
5959
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
6060
# Bust the cache at least once a month - output format: YYYY-MM.
@@ -206,7 +206,7 @@ jobs:
206206
# Install dependencies and handle caching in one go.
207207
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
208208
- name: Install Composer dependencies
209-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
209+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
210210
with:
211211
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
212212
# Bust the cache at least once a month - output format: YYYY-MM.

0 commit comments

Comments
 (0)