Skip to content

Commit 3e94fec

Browse files
authored
Update health.yaml (grpc#753)
* Update health.yaml * Upgrade example * Fixes * try different syntax * without endings * test new wf * new version * Works, use main now * Add changelog
1 parent 6676c20 commit 3e94fec

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/health.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
types: [opened, synchronize, reopened, labeled, unlabeled]
66
jobs:
77
health:
8-
uses: dart-lang/ecosystem/.github/workflows/health.yaml@9fabe464ea1d8408774de74d2ac759c1f90ae480
8+
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
99
with:
10-
checks: "version,changelog,do-not-submit,breaking,coverage,leaking"
10+
checks: "changelog,do-not-submit,breaking,coverage,leaking"
11+
ignore_coverage: "example/**,interop/**"
1112
permissions:
12-
pull-requests: write
13+
pull-requests: write

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* When the keep alive manager runs into a timeout, it will finish the transport instead of closing
66
the connection, as defined in the gRPC spec.
77
* Upgrade to `package:lints` version 5.0.0 and Dart SDK version 3.5.0.
8+
* Upgrade `example/grpc-web` code.
89

910
## 4.0.1
1011

example/grpc-web/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ description: Dart gRPC-Web sample client
33
publish_to: none
44

55
environment:
6-
sdk: '>=2.12.0 <3.0.0'
6+
sdk: ^3.5.0
77

88
dependencies:
99
grpc:
1010
path: ../../
1111
protobuf: ^3.0.0
1212

1313
dev_dependencies:
14-
build_runner: ^2.0.0
15-
build_web_compilers: '>3.0.0 <5.0.0'
16-
lints: ^2.0.0
14+
build_runner: ^2.4.13
15+
build_web_compilers: ^4.0.11
16+
lints: ^5.0.0

0 commit comments

Comments
 (0)