Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                       | from   | to     |
| ----------- | --------------------------------------------- | ------ | ------ |
| github-tags | laminas/laminas-continuous-integration-action | 1.37.0 | 1.38.0 |
| packagist   | vimeo/psalm                                   | 5.21.0 | 5.21.1 |
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent 3716e62 commit 228293c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@d5c9077e578c3764aad410acd14245a1e62c1fca # 1.37.0
uses: laminas/laminas-continuous-integration-action@ead082d804c798775ee65db0bae9cd3b3d863cdb # 1.38.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
"ext-zip": "^1.15.0",
"roave/infection-static-analysis-plugin": "^1.34.0",
"phpunit/phpunit": "^9.6.16",
"vimeo/psalm": "^5.21.0"
"vimeo/psalm": "^5.21.1"
},
"replace": {
"composer/package-versions-deprecated": "*"
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 228293c

Please sign in to comment.