File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/web_socket_channel/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 sdk : [dev]
2323 steps :
2424 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
25+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
2626 with :
2727 sdk : ${{ matrix.sdk }}
2828 - id : install
4545 sdk : [3.3, dev]
4646 steps :
4747 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
48- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
48+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
4949 with :
5050 sdk : ${{ matrix.sdk }}
5151 - id : install
6666 runs-on : ubuntu-latest
6767 steps :
6868 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
69- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
69+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
7070 - run : dart pub downgrade
7171 - run : dart analyze
You can’t perform that action at this time.
0 commit comments