Skip to content

Commit 20d6c4c

Browse files
Update ramsey/composer-install action to v3.2.0
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.1.1 | 3.2.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 554d163 commit 20d6c4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
php-version: "${{ matrix.php-version }}"
3535
ini-values: memory_limit=-1
3636

37-
- uses: ramsey/composer-install@3.1.1
37+
- uses: ramsey/composer-install@3.2.0
3838
with:
3939
dependency-versions: ${{ matrix.dependencies }}
4040

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
php-version: "${{ matrix.php-version }}"
3535
ini-values: memory_limit=-1, opcache.enable_cli=1
3636

37-
- uses: ramsey/composer-install@3.1.1
37+
- uses: ramsey/composer-install@3.2.0
3838
with:
3939
dependency-versions: ${{ matrix.dependencies }}
4040

0 commit comments

Comments
 (0)