Skip to content

Commit 8fbd60d

Browse files
Update ramsey/composer-install action to v3.1.0
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.0.0 | 3.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b80820 commit 8fbd60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
php-version: ${{ env.default_php }}
2727
ini-values: memory_limit=-1
2828
extensions: ${{ env.php_extensions }}
29-
- uses: ramsey/composer-install@3.0.0
29+
- uses: ramsey/composer-install@3.1.0
3030
- run: make install-tools
3131
- run: make composer-require-checker

0 commit comments

Comments
 (0)