File tree Expand file tree Collapse file tree 5 files changed +58
-58
lines changed Expand file tree Collapse file tree 5 files changed +58
-58
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
run :
32
32
working-directory : pkgs/cronet_http
33
33
steps :
34
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
34
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
35
35
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
36
36
with :
37
37
distribution : ' zulu'
38
38
java-version : ' 17'
39
- - uses : subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
39
+ - uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
40
40
with :
41
41
channel : ' stable'
42
42
- id : install
49
49
if : always() && steps.install.outcome == 'success'
50
50
run : flutter analyze --fatal-infos
51
51
- name : Run tests
52
- uses : reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2
52
+ uses : reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32
53
53
if : always() && steps.install.outcome == 'success'
54
54
with :
55
55
# api-level/minSdkVersion should be help in sync in:
Original file line number Diff line number Diff line change 33
33
# version.
34
34
flutter-version : ["3.22.0", "any"]
35
35
steps :
36
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
37
- - uses : subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
36
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
37
+ - uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
38
38
with :
39
39
flutter-version : ${{ matrix.flutter-version }}
40
40
channel : ' stable'
You can’t perform that action at this time.
0 commit comments