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 ec5080d commit 433fb6cCopy full SHA for 433fb6c
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
# These are the latest versions of the github actions; dependabot will
21
# send PRs to keep these up-to-date.
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23
- - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
+ - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
24
with:
25
sdk: ${{ matrix.sdk }}
26
- run: dart pub get
0 commit comments