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 07d5d7d commit 075ea91Copy full SHA for 075ea91
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
sdk: [2.17.0, stable, dev]
19
steps:
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21
- - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
+ - uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
22
with:
23
sdk: ${{ matrix.sdk }}
24
- run: dart pub get
0 commit comments