Skip to content

Commit b22c4e6

Browse files
Update ramsey/composer-install action to v3.1.1
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.1.0 | 3.1.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b346490 commit b22c4e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ini-values: memory_limit=-1
3737
extensions: pdo_sqlite
3838

39-
- uses: ramsey/composer-install@3.1.0
39+
- uses: ramsey/composer-install@3.1.1
4040
with:
4141
dependency-versions: ${{ matrix.dependencies }}
4242

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ini-values: memory_limit=-1
3737
extensions: pdo_sqlite
3838

39-
- uses: ramsey/composer-install@3.1.0
39+
- uses: ramsey/composer-install@3.1.1
4040
with:
4141
dependency-versions: ${{ matrix.dependencies }}
4242

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ini-values: memory_limit=-1
4646
extensions: pdo_sqlite
4747

48-
- uses: ramsey/composer-install@3.1.0
48+
- uses: ramsey/composer-install@3.1.1
4949
with:
5050
dependency-versions: ${{ matrix.dependencies }}
5151

0 commit comments

Comments
 (0)