File tree 4 files changed +17
-17
lines changed
4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 26
26
run :
27
27
working-directory : pkgs/cronet_http
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- uses : subosito/flutter-action@v2
31
31
with :
32
32
# TODO: Change to 'stable' when a release version of flutter
48
48
name : " Build and test"
49
49
runs-on : macos-latest
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
- uses : actions/setup-java@v3
53
53
with :
54
54
distribution : ' zulu'
Original file line number Diff line number Diff line change 28
28
run :
29
29
working-directory : pkgs/cupertino_http
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- uses : subosito/flutter-action@v2
33
33
with :
34
34
channel : ' stable'
63
63
run :
64
64
working-directory : pkgs/cupertino_http/example
65
65
steps :
66
- - uses : actions/checkout@v3
66
+ - uses : actions/checkout@v4
67
67
- uses : futureware-tech/simulator-action@v2
68
68
with :
69
69
model : ' iPhone 8'
Original file line number Diff line number Diff line change 29
29
run :
30
30
working-directory : pkgs/java_http
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
- uses : subosito/flutter-action@v2
34
34
with :
35
35
channel : ' stable'
55
55
working-directory : pkgs/java_http
56
56
57
57
steps :
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
- uses : subosito/flutter-action@v2
60
60
with :
61
61
channel : ' stable'
You can’t perform that action at this time.
0 commit comments