File tree Expand file tree Collapse file tree 3 files changed +34
-34
lines changed Expand file tree Collapse file tree 3 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
36
36
# Install the cosign tool except on PR
37
37
# https://github.com/sigstore/cosign-installer
38
38
- name : Install cosign
39
- uses : sigstore/cosign-installer@v3.5 .0
39
+ uses : sigstore/cosign-installer@v3.6 .0
40
40
41
41
- name : Setup Docker buildx
42
- uses : docker/setup-buildx-action@v3.4.0
42
+ uses : docker/setup-buildx-action@v3.6.1
43
43
44
44
# Login against a Docker registry except on PR
45
45
# https://github.com/docker/login-action
46
46
- name : Log into registry ${{ env.REGISTRY }}
47
- uses : docker/login-action@v3.2 .0
47
+ uses : docker/login-action@v3.3 .0
48
48
with :
49
49
registry : ${{ env.REGISTRY }}
50
50
username : ${{ github.actor }}
54
54
# https://github.com/docker/build-push-action
55
55
- name : Build test image
56
56
id : build-test
57
- uses : docker/build-push-action@v6.3 .0
57
+ uses : docker/build-push-action@v6.7 .0
58
58
with :
59
59
context : .
60
60
load : true
86
86
# https://github.com/docker/build-push-action
87
87
- name : Build and push production image
88
88
id : build-and-push
89
- uses : docker/build-push-action@v6.3 .0
89
+ uses : docker/build-push-action@v6.7 .0
90
90
with :
91
91
context : .
92
92
target : http_app
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ optional = true
46
46
fastapi = " >=0.99.0"
47
47
jinja2 = " ^3.1.2"
48
48
opentelemetry-instrumentation-fastapi = " *"
49
- starlette-prometheus = " ^0.9 .0"
49
+ starlette-prometheus = " ^0.10 .0"
50
50
strawberry-graphql = { version = " >=0.204.0" , extras = [" debug-server" ] }
51
51
uvicorn = { version = " ^0.30.0" , extras = [" standard" ] }
52
52
You can’t perform that action at this time.
0 commit comments