We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82362bc commit 47e6b26Copy full SHA for 47e6b26
.github/workflows/test-package.yml
@@ -23,7 +23,7 @@ jobs:
23
sdk: [dev]
24
steps:
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26
- - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
+ - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
27
with:
28
sdk: ${{ matrix.sdk }}
29
- id: install
@@ -50,7 +50,7 @@ jobs:
50
sdk: [3.0, dev]
51
52
53
54
55
56
0 commit comments