We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533c513 commit f08d7d2Copy full SHA for f08d7d2
.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@e630b99d28a3b71860378cafdc2a067c71107f94
+ - uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
24
with:
25
sdk: ${{ matrix.sdk }}
26
- run: dart pub get
0 commit comments