Commit a4bb302 1 parent 84dae6a commit a4bb302 Copy full SHA for a4bb302
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
timeout-minutes : 60
22
22
steps :
23
23
# Setup Environment
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
- uses : actions/setup-java@v3
27
27
with :
Original file line number Diff line number Diff line change 35
35
fail-fast : false
36
36
steps :
37
37
# Setup Environment
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
40
40
- uses : actions/setup-java@v3
41
41
with :
Original file line number Diff line number Diff line change 18
18
timeout-minutes : 30
19
19
steps :
20
20
# Setup Environment
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
23
23
- name : Check fdroid setup
24
24
run : ./scripts/fdroid_init.sh
Original file line number Diff line number Diff line change 43
43
fail-fast : false
44
44
steps :
45
45
# Setup Environment
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
48
48
- name : prepare xcode
49
49
uses : maxim-lobanov/setup-xcode@v1
Original file line number Diff line number Diff line change 18
18
timeout-minutes : 30
19
19
steps :
20
20
# Setup Environment
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
23
23
- name : Install flutter wrapper
24
24
run : ./scripts/install_flutter_wrapper.sh
You can’t perform that action at this time.
0 commit comments