Skip to content

Commit 7d3af6d

Browse files
Update ramsey/composer-install action to v4 (#2198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5cabf7b commit 7d3af6d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
php-version: ${{ env.php_version }}
2121

22-
- uses: ramsey/composer-install@v3
22+
- uses: ramsey/composer-install@4.0.0
2323
with:
2424
composer-options: "--no-scripts"
2525

@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
php-version: ${{ env.php_version }}
4040

41-
- uses: ramsey/composer-install@v3
41+
- uses: ramsey/composer-install@4.0.0
4242
with:
4343
composer-options: "--no-scripts"
4444

@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
php-version: ${{ env.php_version }}
5959

60-
- uses: ramsey/composer-install@v3
60+
- uses: ramsey/composer-install@4.0.0
6161
with:
6262
composer-options: "--no-scripts"
6363

@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
php-version: ${{ env.php_version }}
136136

137-
- uses: ramsey/composer-install@v3
137+
- uses: ramsey/composer-install@4.0.0
138138
with:
139139
composer-options: "--no-scripts"
140140

0 commit comments

Comments
 (0)