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.6 |
| packagist   | squizlabs/php_codesniffer | 3.9.2  | 3.10.0 |
| packagist   | vimeo/psalm               | 5.23.1 | 5.24.0 |
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent bb1ce94 commit 6689c38
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 43 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].6

- 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].6
- 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].6
- 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].6
- 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].6
- uses: shivammathur/[email protected]
with:
php-version: ${{ env.default_php }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"phpunit/phpunit": "^10.5.20",
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.9.2",
"vimeo/psalm": "^5.23.1"
"squizlabs/php_codesniffer": "^3.10.0",
"vimeo/psalm": "^5.24.0"
},
"autoload": {
"psr-4": {
Expand Down
139 changes: 103 additions & 36 deletions composer.lock

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

0 comments on commit 6689c38

Please sign in to comment.