We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4304d1 commit 2cfbe2cCopy full SHA for 2cfbe2c
.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@692973e3d937129bcbf40652eb9f2f61becf3332
23
- - uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
+ - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
24
with:
25
sdk: ${{ matrix.sdk }}
26
- run: dart pub get
0 commit comments