Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Oct 20, 2024
1 parent 7d8ae58 commit 13a1114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
}
],
"require": {
"gdata/vaas": "v9.0.5",
"gdata/vaas": "v10.0.0",
"coduo/php-humanizer": "^5.0"
},
"require-dev": {
"nextcloud/ocp": "v30.0.0",
"psalm/phar": "5.26.1",
"nextcloud/coding-standard": "v1.3.1",
"phpunit/phpunit": "10.5.36",
"symfony/console": "6.4.12"
"phpunit/phpunit": "11.4.2",
"symfony/console": "7.1.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 13a1114

Please sign in to comment.