File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
name : Deploy App Development
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : subosito/flutter-action@v2
15
15
with :
16
16
channel : " stable"
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
name : Deploy App Production
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- uses : subosito/flutter-action@v2
12
12
with :
13
13
channel : " stable"
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
name : Deploy App Staging
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- uses : subosito/flutter-action@v2
12
12
with :
13
13
channel : " stable"
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
- uses : dart-lang/setup-dart@v1
27
27
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
name : Deploy App Development
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- uses : subosito/flutter-action@v2
18
18
with :
19
19
channel : " stable"
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
- uses : dart-lang/setup-dart@v1
21
21
with :
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
- uses : dart-lang/setup-dart@v1
21
21
with :
You can’t perform that action at this time.
0 commit comments