File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
example : [ android ]
18
18
steps :
19
- - uses : actions/checkout@v4.1.7
19
+ - uses : actions/checkout@v4.2.0
20
20
- uses : gradle/wrapper-validation-action@v3
Original file line number Diff line number Diff line change 10
10
androidBuild :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4.1.7
13
+ - uses : actions/checkout@v4.2.0
14
14
- name : set up JDK
15
15
uses : actions/setup-java@v4
16
16
with :
38
38
working-directory : android
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v4.1.7
41
+ uses : actions/checkout@v4.2.0
42
42
with :
43
43
fetch-depth : 0
44
44
- name : Install JDK
65
65
xcode : ["14.2.0", "13.4.1"]
66
66
macOS : ["macos-12"]
67
67
steps :
68
- - uses : actions/checkout@v4.1.7
68
+ - uses : actions/checkout@v4.2.0
69
69
- name : Install gpg
70
70
run : brew install gnupg
71
71
-
uses :
maxim-lobanov/[email protected]
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v4.1.7
13
+ uses : actions/checkout@v4.2.0
14
14
with :
15
15
fetch-depth : 0
16
16
You can’t perform that action at this time.
0 commit comments