File tree Expand file tree Collapse file tree 6 files changed +53
-53
lines changed Expand file tree Collapse file tree 6 files changed +53
-53
lines changed Original file line number Diff line number Diff line change 37
37
38
38
with :
39
39
android : false # Don't remove Android tools
40
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
41
- - uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
40
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
41
+ - uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
42
42
with :
43
43
distribution : ' zulu'
44
44
java-version : ' 17'
55
55
if : always() && steps.install.outcome == 'success'
56
56
run : flutter analyze --fatal-infos
57
57
- name : Run tests
58
- uses : reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32
58
+ uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d
59
59
if : always() && steps.install.outcome == 'success'
60
60
with :
61
61
# api-level/minSdkVersion should be help in sync in:
Original file line number Diff line number Diff line change 34
34
# version.
35
35
flutter-version : ["3.24.0", "any"]
36
36
steps :
37
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
37
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38
38
- uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
39
39
with :
40
40
flutter-version : ${{ matrix.flutter-version }}
48
48
- name : Analyze code
49
49
run : flutter analyze --fatal-infos
50
50
if : always() && steps.install.outcome == 'success'
51
- - uses : futureware-tech/simulator-action@bfa03d93ec9de6dacb0c5553bbf8da8afc6c2ee9
51
+ - uses : futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd
52
52
with :
53
53
os : iOS
54
54
os_version : ' >=13.0'
You can’t perform that action at this time.
0 commit comments