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:
3131 run :
3232 working-directory : pkgs/cronet_http
3333 steps :
34- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
34+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3535 - uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
3636 with :
3737 distribution : ' zulu'
3838 java-version : ' 17'
39- - uses : subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
39+ - uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
4040 with :
4141 channel : ' stable'
4242 - id : install
4949 if : always() && steps.install.outcome == 'success'
5050 run : flutter analyze --fatal-infos
5151 - name : Run tests
52- uses : reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2
52+ uses : reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32
5353 if : always() && steps.install.outcome == 'success'
5454 with :
5555 # api-level/minSdkVersion should be help in sync in:
Original file line number Diff line number Diff line change 3333 # version.
3434 flutter-version : ["3.22.0", "any"]
3535 steps :
36- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
37- - uses : subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
36+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
37+ - uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
3838 with :
3939 flutter-version : ${{ matrix.flutter-version }}
4040 channel : ' stable'
You can’t perform that action at this time.
0 commit comments