Skip to content

Commit de44196

Browse files
authored
Merge pull request #28 from LordSimal/dependabot/github_actions/ramsey/composer-install-4
Bump ramsey/composer-install from 3 to 4
2 parents 3bb13e8 + 63db72a commit de44196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
coverage: pcov
7979

8080
- name: Composer install
81-
uses: ramsey/composer-install@v3
81+
uses: ramsey/composer-install@v4
8282
with:
8383
dependency-versions: ${{ matrix.dependencies }}
8484
composer-options: ${{ matrix.composer-options }}
@@ -126,7 +126,7 @@ jobs:
126126
tools: phive, cs2pr
127127

128128
- name: Composer install
129-
uses: ramsey/composer-install@v3
129+
uses: ramsey/composer-install@v4
130130

131131
- name: Install PHP tools with phive.
132132
run: "phive install --trust-gpg-keys 'CF1A108D0E7AE720,51C67305FFC2E5C0,99BF4D9A33D65E1E'"

0 commit comments

Comments
 (0)