We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790dee7 commit e57c4fbCopy full SHA for e57c4fb
.github/workflows/dart.yml
@@ -22,7 +22,7 @@ jobs:
22
sdk: [ stable ]
23
package: [ prometheus_client, prometheus_client_shelf ]
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
- uses: dart-lang/setup-dart@v1
27
with:
28
channel: ${{ matrix.sdk }}
@@ -58,7 +58,7 @@ jobs:
58
sdk: [ dev ]
59
60
61
62
63
64
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
timeout-minutes: 10
18
19
20
21
channel: stable
0 commit comments