File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
47
47
48
48
steps :
49
49
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
with :
52
52
fetch-depth : 0
53
53
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 11
11
name : Build and test APK
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
- uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments