Skip to content

Commit f9b8943

Browse files
Bump ramsey/composer-install from 2 to 3
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6da5dfa commit f9b8943

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: "Install dependencies with Composer"
36-
uses: "ramsey/composer-install@v2"
36+
uses: "ramsey/composer-install@v3"
3737

3838
- name: "Run PHP CS Fixer"
3939
run: "vendor/bin/php-cs-fixer fix --verbose --dry-run"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343

4444
- name: "Install dependencies with Composer"
45-
uses: "ramsey/composer-install@v2"
45+
uses: "ramsey/composer-install@v3"
4646

4747
- name: "Run PHPUnit"
4848
run: "php vendor/bin/simple-phpunit -v"
@@ -74,7 +74,7 @@ jobs:
7474
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575

7676
- name: "Install dependencies with Composer"
77-
uses: "ramsey/composer-install@v2"
77+
uses: "ramsey/composer-install@v3"
7878

7979
- name: "Setup logs"
8080
run: "mkdir -p build/logs"

0 commit comments

Comments
 (0)