Skip to content

Commit 3580b1e

Browse files
authored
Merge pull request #1399 from PHPCSStandards/dependabot/github_actions/3.x/ramsey/composer-install-4.0.0
GH Actions: Bump ramsey/composer-install from 3.1.1 to 4.0.0
2 parents 1017866 + b09d280 commit 3580b1e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Install dependencies and handle caching in one go.
6464
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6565
- name: Install Composer dependencies
66-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
66+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
6767
with:
6868
# Bust the cache at least once a month - output format: YYYY-MM.
6969
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
@@ -226,7 +226,7 @@ jobs:
226226
# Install dependencies and handle caching in one go.
227227
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
228228
- name: Install Composer dependencies
229-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
229+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
230230
with:
231231
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
232232
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -341,7 +341,7 @@ jobs:
341341
# Install dependencies and handle caching in one go.
342342
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
343343
- name: Install Composer dependencies
344-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
344+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
345345
with:
346346
# Bust the cache at least once a month - output format: YYYY-MM.
347347
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)