Skip to content

Commit 0d1e50e

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------- | ------ | | github-tags | actions/cache | v3.0.10 | v3.3.1 | | github-tags | docker/build-push-action | v3.1.1 | v3.3.1 | | github-tags | docker/setup-buildx-action | v2.0.0 | v2.5.0 | | packagist | lcobucci/di-builder | 7.2.1 | 7.2.1 | | packagist | middlewares/response-time | 2.0.1 | 2.0.1 |
1 parent 120f553 commit 0d1e50e

File tree

3 files changed

+90
-88
lines changed

3 files changed

+90
-88
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
uses: actions/checkout@v3
1313

1414
- name: Set up Docker Buildx
15-
uses: docker/setup-buildx-action@v2.0.0
15+
uses: docker/setup-buildx-action@v2.5.0
1616

1717
- name: Cache Docker layers
18-
uses: actions/cache@v3.0.10
18+
uses: actions/cache@v3.3.1
1919
with:
2020
path: /tmp/.buildx-cache
2121
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -24,7 +24,7 @@ jobs:
2424
2525
-
2626
name: Build and push
27-
uses: docker/build-push-action@v3.1.1
27+
uses: docker/build-push-action@v3.3.1
2828
with:
2929
context: .
3030
load: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"chimera/mapping": "^0.5.x-dev",
1818
"chimera/routing": "^1.0.x-dev",
1919
"chimera/routing-mezzio": "^1.0.x-dev",
20-
"lcobucci/di-builder": "^7.1",
20+
"lcobucci/di-builder": "^7.2.1",
2121
"lcobucci/error-handling-middleware": "^1.4",
22-
"middlewares/response-time": "^2.0",
22+
"middlewares/response-time": "^2.0.1",
2323
"react/async": "^4.x-dev",
2424
"react/http": "^1.8"
2525
},

0 commit comments

Comments
 (0)