Skip to content

Commit 58ded10

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/checkout | v7.0.0 | v7.0.1 | | packagist | psalm/plugin-phpunit | 0.19.7 | 0.20.2 |
1 parent 86a3840 commit 58ded10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Test Coverage
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v7.0.0
18+
- uses: actions/checkout@v7.0.1
1919
- uses: shivammathur/setup-php@v2
2020
with:
2121
php-version: 8.3
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: "ubuntu-latest"
3535

3636
steps:
37-
- uses: "actions/checkout@v7.0.0"
37+
- uses: "actions/checkout@v7.0.1"
3838
- uses: "shivammathur/setup-php@v2"
3939
with:
4040
php-version: "8.3"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"php-http/curl-client": "^2.4.0",
6363
"php-http/mock-client": "^1.6.1",
6464
"phpunit/phpunit": "^12.5.14 || ^13.0.5",
65-
"psalm/plugin-phpunit": "^0.19.5",
65+
"psalm/plugin-phpunit": "^0.20.0",
6666
"roave/security-advisories": "dev-latest",
6767
"squizlabs/php_codesniffer": "^4.0.1",
6868
"vimeo/psalm": "^6.15.1"

0 commit comments

Comments
 (0)