File tree Expand file tree Collapse file tree 3 files changed +90
-88
lines changed Expand file tree Collapse file tree 3 files changed +90
-88
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
uses : actions/checkout@v3
13
13
14
14
- name : Set up Docker Buildx
15
- uses : docker/setup-buildx-action@v2.0 .0
15
+ uses : docker/setup-buildx-action@v2.5 .0
16
16
17
17
- name : Cache Docker layers
18
- uses : actions/cache@v3.0.10
18
+ uses : actions/cache@v3.3.1
19
19
with :
20
20
path : /tmp/.buildx-cache
21
21
key : ${{ runner.os }}-buildx-${{ github.sha }}
24
24
25
25
-
26
26
name : Build and push
27
- uses : docker/build-push-action@v3.1 .1
27
+ uses : docker/build-push-action@v3.3 .1
28
28
with :
29
29
context : .
30
30
load : true
Original file line number Diff line number Diff line change 17
17
"chimera/mapping" : " ^0.5.x-dev" ,
18
18
"chimera/routing" : " ^1.0.x-dev" ,
19
19
"chimera/routing-mezzio" : " ^1.0.x-dev" ,
20
- "lcobucci/di-builder" : " ^7.1" ,
20
+ "lcobucci/di-builder" : " ^7.2. 1" ,
21
21
"lcobucci/error-handling-middleware" : " ^1.4" ,
22
- "middlewares/response-time" : " ^2.0" ,
22
+ "middlewares/response-time" : " ^2.0.1 " ,
23
23
"react/async" : " ^4.x-dev" ,
24
24
"react/http" : " ^1.8"
25
25
},
You can’t perform that action at this time.
0 commit comments