We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61b9a3 commit 6676c20Copy full SHA for 6676c20
.github/workflows/dart.yml
@@ -19,7 +19,7 @@ jobs:
19
sdk: [3.5, dev]
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22
- - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
+ - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
23
with:
24
sdk: ${{ matrix.sdk }}
25
- name: Report version
@@ -71,7 +71,7 @@ jobs:
71
platform: chrome
72
73
74
75
76
77
0 commit comments