Skip to content

Commit 1d4ae68

Browse files
authored
Merge pull request #74 from Yoast/dependabot/github_actions/ramsey/composer-install-3
GH Actions: Bump ramsey/composer-install from 2 to 3
2 parents 4656688 + c902066 commit 1d4ae68

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Install dependencies and handle caching in one go.
2727
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
2828
- name: Install Composer dependencies
29-
uses: "ramsey/composer-install@v2"
29+
uses: "ramsey/composer-install@v3"
3030
with:
3131
# Bust the cache at least once a month - output format: YYYY-MM.
3232
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
@@ -52,14 +52,14 @@ jobs:
5252
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5353
- name: Install Composer dependencies - normal
5454
if: matrix.php != '8.4'
55-
uses: "ramsey/composer-install@v2"
55+
uses: "ramsey/composer-install@v3"
5656
with:
5757
# Bust the cache at least once a month - output format: YYYY-MM.
5858
custom-cache-suffix: $(date -u "+%Y-%m")
5959

6060
- name: Install Composer dependencies - ignore PHP restrictions
6161
if: matrix.php == '8.4'
62-
uses: "ramsey/composer-install@v2"
62+
uses: "ramsey/composer-install@v3"
6363
with:
6464
composer-options: --ignore-platform-req=php+
6565
# Bust the cache at least once a month - output format: YYYY-MM.

0 commit comments

Comments
 (0)