Skip to content

Commit d3312b0

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ------------------------- | ------- | ------ | | github-tags | actions/cache | v4.2.1 | v4.2.4 | | github-tags | codecov/codecov-action | v5.4.0 | v5.5.0 | | packagist | infection/infection | 0.29.12 | 0.31.2 | | packagist | jms/serializer | 3.32.3 | 3.32.5 | | packagist | laminas/laminas-diactoros | 3.5.0 | 3.6.0 | | packagist | middlewares/negotiation | 2.1.1 | 2.2.0 | | packagist | twig/twig | 3.20.0 | 3.21.1 |
1 parent bda58a7 commit d3312b0

File tree

7 files changed

+376
-96
lines changed

7 files changed

+376
-96
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/[email protected].1"
39+
uses: "actions/[email protected].4"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/composer-json-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/[email protected].1"
39+
uses: "actions/[email protected].4"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/mutation-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

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

6060
- name: "Upload Code Coverage"
61-
uses: "codecov/codecov-action@v5.4.0"
61+
uses: "codecov/codecov-action@v5.5.0"

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4040

4141
- name: "Cache dependencies"
42-
uses: "actions/[email protected].1"
42+
uses: "actions/[email protected].4"
4343
with:
4444
path: ${{ steps.composer-cache.outputs.dir }}
4545
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
@@ -95,7 +95,7 @@ jobs:
9595
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
9696

9797
- name: "Cache dependencies"
98-
uses: "actions/[email protected].1"
98+
uses: "actions/[email protected].4"
9999
with:
100100
path: ${{ steps.composer-cache.outputs.dir }}
101101
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/[email protected].1"
39+
uses: "actions/[email protected].4"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"psr/http-server-middleware": "^1.0.2"
1919
},
2020
"require-dev": {
21-
"infection/infection": "^0.29",
21+
"infection/infection": "^0.31",
2222
"jms/serializer": "^3.31",
2323
"laminas/laminas-diactoros": "^3.5",
2424
"lcobucci/coding-standard": "^11.1",

0 commit comments

Comments
 (0)