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/cache             | v4.0.0 | v4.0.2 |
| github-tags | codecov/codecov-action    | v4.0.0 | v4.5.0 |
| packagist   | infection/infection       | 0.27.8 | 0.29.6 |
| packagist   | jms/serializer            | 3.28.0 | 3.30.0 |
| packagist   | laminas/laminas-diactoros | 3.3.0  | 3.3.1  |
| packagist   | middlewares/negotiation   | 2.1.0  | 2.1.1  |
| packagist   | psr/http-factory          | 1.0.2  | 1.1.0  |
| packagist   | twig/twig                 | 3.8.0  | 3.13.0 |
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent 9580756 commit 88d3698
Show file tree
Hide file tree
Showing 7 changed files with 378 additions and 463 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/[email protected].0"
uses: "actions/[email protected].2"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-json-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/[email protected].0"
uses: "actions/[email protected].2"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/[email protected].0"
uses: "actions/[email protected].2"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand All @@ -58,4 +58,4 @@ jobs:
run: "make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml"

- name: "Upload Code Coverage"
uses: "codecov/codecov-action@v4.0.0"
uses: "codecov/codecov-action@v4.5.0"
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/[email protected].0"
uses: "actions/[email protected].2"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/[email protected].0"
uses: "actions/[email protected].2"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/[email protected].0"
uses: "actions/[email protected].2"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"psr/http-server-middleware": "^1.0.2"
},
"require-dev": {
"infection/infection": "^0.27",
"infection/infection": "^0.29",
"jms/serializer": "^3.26.0",
"laminas/laminas-diactoros": "^3.0.0",
"lcobucci/coding-standard": "^11.0",
Expand Down
Loading

0 comments on commit 88d3698

Please sign in to comment.