Skip to content

Commit 9d78e5d

Browse files
Update ramsey/composer-install action to v3.1.0 (#574)
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.0.0 | 3.1.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 220fcee commit 9d78e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
extensions: pcov
2222
coverage: pcov
2323
ini-values: pcov.enabled=1
24-
- uses: "ramsey/composer-install@3.0.0"
24+
- uses: "ramsey/composer-install@3.1.0"
2525
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
2626
env:
2727
PRISMIC_REPO: ${{ secrets.PRISMIC_REPO }}
@@ -42,7 +42,7 @@ jobs:
4242
- uses: shivammathur/[email protected]
4343
with:
4444
php-version: 8.2
45-
- uses: "ramsey/composer-install@3.0.0"
45+
- uses: "ramsey/composer-install@3.1.0"
4646
with:
4747
dependency-versions: "highest"
4848
- run: composer global config bin-dir /usr/local/bin

0 commit comments

Comments
 (0)