File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
profile : minimal
111
111
toolchain : stable
112
112
override : true
113
- - uses : kubewarden/github-actions/tarpaulin-install@72179510783eda8c052d17279881c3f7d02f968e # v4.0 .0
113
+ - uses : kubewarden/github-actions/tarpaulin-install@80562ea704490b77f2b56ba3eadec57631d439cd # v4.2 .0
114
114
- name : Generate unit-tests coverage
115
115
run : make coverage-unit-tests
116
116
- name : Upload unit-tests coverage to Codecov
Original file line number Diff line number Diff line change 91
91
uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
92
92
93
93
- name : Install the crane command
94
- uses : kubewarden/github-actions/crane-installer@72179510783eda8c052d17279881c3f7d02f968e # v4.0 .0
94
+ uses : kubewarden/github-actions/crane-installer@80562ea704490b77f2b56ba3eadec57631d439cd # v4.2 .0
95
95
96
96
- name : Login to GitHub Container Registry
97
97
uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ tikv-jemallocator = { version = "0.6.0", features = [
64
64
" unprefixed_malloc_on_supported_platforms" ,
65
65
] }
66
66
tokio = { version = " ^1.43.0" , features = [" full" ] }
67
- tonic = { version = " 0.12.3 " }
67
+ tonic = { version = " 0.13.0 " }
68
68
tower-http = { version = " 0.6.1" , features = [" trace" ] }
69
69
tracing = " 0.1"
70
70
tracing-opentelemetry = " 0.30.0"
You can’t perform that action at this time.
0 commit comments