Skip to content

Commit cd739f3

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 | | github-tags | shivammathur/setup-php | 2.37.1 | 2.37.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abf2a0d commit cd739f3

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
@@ -43,8 +43,8 @@ jobs:
4343
name: Coding Standards
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
47-
- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
46+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
47+
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
4848
with:
4949
php-version: ${{ env.default_php }}
5050
tools: composer

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"mezzio/mezzio-twigrenderer": "^2.18.0",
7171
"mikey179/vfsstream": "^1.6.12",
7272
"phpunit/phpunit": "^11.5.42",
73-
"psalm/plugin-phpunit": "^0.19.5",
73+
"psalm/plugin-phpunit": "^0.20.0",
7474
"roave/security-advisories": "dev-master",
7575
"vimeo/psalm": "^6.13.1"
7676
},

0 commit comments

Comments
 (0)