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 | actions/checkout | v4.1.4 | v4.1.5 |
| packagist   | vimeo/psalm      | 5.23.1 | 5.24.0 |
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent bb1ce94 commit 87bbbfb
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo $IMAGE_NAME

- name: "Checkout"
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: "Log in to the Container registry"
uses: docker/login-action@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: CS Checks
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: shivammathur/[email protected]
with:
php-version: ${{ env.default_php }}
Expand All @@ -32,7 +32,7 @@ jobs:
name: Psalm Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: shivammathur/[email protected]
with:
php-version: ${{ env.default_php }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php-version }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: shivammathur/[email protected]
with:
php-version: ${{ env.default_php }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.9.2",
"vimeo/psalm": "^5.23.1"
"vimeo/psalm": "^5.24.0"
},
"autoload": {
"psr-4": {
Expand Down
129 changes: 98 additions & 31 deletions composer.lock

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

0 comments on commit 87bbbfb

Please sign in to comment.