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 7d7c741 commit 29736f2Copy full SHA for 29736f2
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
sdk: [2.17.0, stable, dev]
19
steps:
20
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
21
- - uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
+ - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
22
with:
23
sdk: ${{ matrix.sdk }}
24
- run: dart pub get
0 commit comments