Skip to content

Commit 4b0cab0

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | actions/cache | v4.2.1 | v4.2.3 | | github-tags | codecov/codecov-action | v5.4.0 | v5.4.2 | | packagist | infection/infection | 0.29.12 | 0.29.14 | | packagist | jms/serializer | 3.32.3 | 3.32.4 | | packagist | middlewares/negotiation | 2.1.1 | 2.2.0 |
1 parent 4bbb8de commit 4b0cab0

File tree

6 files changed

+48
-44
lines changed

6 files changed

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

.github/workflows/phpunit.yml

+2-2
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].3"
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].3"
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

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

composer.lock

+41-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)