Skip to content

Commit 68f477a

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/cache | v4.0.0 | v4.0.2 | | github-tags | codecov/codecov-action | v4.0.0 | v4.4.1 | | packagist | infection/infection | 0.27.8 | 0.29.2 | | 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.10.3 |
1 parent 9580756 commit 68f477a

7 files changed

+346
-419
lines changed

.github/workflows/coding-standards.yml

+1-1
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].0"
39+
uses: "actions/[email protected].2"
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

+1-1
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].0"
39+
uses: "actions/[email protected].2"
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

+2-2
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].0"
39+
uses: "actions/[email protected].2"
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@v4.0.0"
61+
uses: "codecov/codecov-action@v4.4.1"

.github/workflows/phpunit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4141

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

9898
- name: "Cache dependencies"
99-
uses: "actions/[email protected].0"
99+
uses: "actions/[email protected].2"
100100
with:
101101
path: ${{ steps.composer-cache.outputs.dir }}
102102
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/static-analysis.yml

+1-1
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].0"
39+
uses: "actions/[email protected].2"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

composer.json

+1-1
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.27",
21+
"infection/infection": "^0.29",
2222
"jms/serializer": "^3.26.0",
2323
"laminas/laminas-diactoros": "^3.0.0",
2424
"lcobucci/coding-standard": "^11.0",

0 commit comments

Comments
 (0)