Skip to content

Commit c1d642a

Browse files
Bump ramsey/composer-install from 3.0.0 to 3.1.0
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@3.0.0...3.1.0) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1263a8b commit c1d642a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
php-version: ${{ matrix.php }}
4949

5050
- name: Install PHP Dependencies
51-
uses: ramsey/composer-install@3.0.0
51+
uses: ramsey/composer-install@3.1.1
5252

5353
- name: Verify MariaDB connection
5454
run: |

.github/workflows/phpcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
php-version: 8.1
2323

2424
- name: Install PHP Dependencies
25-
uses: ramsey/composer-install@3.0.0
25+
uses: ramsey/composer-install@3.1.1
2626

2727
- name: Add error matcher
2828
run: echo "::add-matcher::$(pwd)/.github/checkstyle-problem-matcher.json"

0 commit comments

Comments
 (0)