Skip to content

Commit bf1b11d

Browse files
authored
Merge pull request #569 from php/dependabot/github_actions/ramsey/composer-install-4
Bump ramsey/composer-install from 3 to 4
2 parents 12981c9 + 5d6ba4f commit bf1b11d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: git fetch --tags --force
4545
# Ensure some kind of previous tag exists, otherwise box fails
4646
- run: git describe --tags HEAD || git tag 0.0.0
47-
- uses: ramsey/composer-install@v3
47+
- uses: ramsey/composer-install@v4
4848
- name: Build PHAR
4949
run: box compile
5050
- name: Check the PHAR executes

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
- uses: actions/checkout@v6
33-
- uses: ramsey/composer-install@v3
33+
- uses: ramsey/composer-install@v4
3434
- name: GH token (non-Windows)
3535
if: matrix.operating-system != 'windows-latest'
3636
run: sudo composer config --global --auth github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
@@ -136,7 +136,7 @@ jobs:
136136
- run: git fetch --tags --force
137137
# Ensure some kind of previous tag exists, otherwise box fails
138138
- run: git describe --tags HEAD || git tag 0.0.0
139-
- uses: ramsey/composer-install@v3
139+
- uses: ramsey/composer-install@v4
140140
- name: Run the tests
141141
env:
142142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -161,7 +161,7 @@ jobs:
161161
- run: git fetch --tags --force
162162
# Ensure some kind of previous tag exists, otherwise box fails
163163
- run: git describe --tags HEAD || git tag 0.0.0
164-
- uses: ramsey/composer-install@v3
164+
- uses: ramsey/composer-install@v4
165165
- name: Build
166166
env:
167167
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -182,7 +182,7 @@ jobs:
182182
env:
183183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
184184
- uses: actions/checkout@v6
185-
- uses: ramsey/composer-install@v3
185+
- uses: ramsey/composer-install@v4
186186
- name: Run PHPCS
187187
run: vendor/bin/phpcs
188188

@@ -197,7 +197,7 @@ jobs:
197197
env:
198198
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
199199
- uses: actions/checkout@v6
200-
- uses: ramsey/composer-install@v3
200+
- uses: ramsey/composer-install@v4
201201
- name: Validate the composer configuration
202202
run: composer validate --strict
203203
- name: Run phpstan
@@ -215,7 +215,7 @@ jobs:
215215
env:
216216
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
217217
- uses: actions/checkout@v6
218-
- uses: ramsey/composer-install@v3
218+
- uses: ramsey/composer-install@v4
219219
- name: Run infection
220220
env:
221221
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)