This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Commit 4d5dbc6 1 parent 776689c commit 4d5dbc6 Copy full SHA for 4d5dbc6
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16
- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
16
+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
17
17
- name : Install dependencies
18
18
run : dart pub get
19
19
- name : Run crash_test.dart
Original file line number Diff line number Diff line change 32
32
33
33
# Install the Flutter SDK using the subosito/flutter-action GitHub action.
34
34
- name : install the flutter sdk
35
- uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
35
+ uses : subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
36
36
with :
37
37
channel : ' beta'
38
38
Original file line number Diff line number Diff line change 23
23
sdk : [dev]
24
24
steps :
25
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26
- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
26
+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
27
27
with :
28
28
sdk : ${{ matrix.sdk }}
29
29
- id : install
50
50
sdk : [3.2, dev]
51
51
steps :
52
52
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53
- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
53
+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
54
54
with :
55
55
sdk : ${{ matrix.sdk }}
56
56
- id : install
65
65
runs-on : ubuntu-latest
66
66
steps :
67
67
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
68
- - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
68
+ - uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
69
69
with :
70
70
sdk : dev
71
71
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments